Package org.apache.sqoop.lib
Class RecordParser.ParseError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.sqoop.lib.RecordParser.ParseError
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RecordParser
public static class RecordParser.ParseError extends java.lang.ExceptionAn error thrown when parsing fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseError()ParseError(java.lang.String msg)ParseError(java.lang.String msg, java.lang.Throwable cause)ParseError(java.lang.Throwable cause)
-