This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.sqoop.lib
Class RecordParser.ParseError
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.sqoop.lib.RecordParser.ParseError
org.apache.sqoop.lib.RecordParser.ParseError
- All Implemented Interfaces: 
- java.io.Serializable
- Direct Known Subclasses: 
- RecordParser.ParseError
- Enclosing class:
- RecordParser
- public static class RecordParser.ParseError 
- extends java.lang.Exception
An error thrown when parsing fails.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
RecordParser.ParseError
public RecordParser.ParseError()
RecordParser.ParseError
public RecordParser.ParseError(java.lang.String msg)
RecordParser.ParseError
public RecordParser.ParseError(java.lang.String msg,
                               java.lang.Throwable cause)
RecordParser.ParseError
public RecordParser.ParseError(java.lang.Throwable cause)
Copyright © 2013 The Apache Software Foundation