This project has retired. For details please refer to its Attic page.
RecordParser.ParseError (Sqoop 1.4.1-incubating API)

com.cloudera.sqoop.lib
Class RecordParser.ParseError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.sqoop.lib.RecordParser.ParseError
              extended by com.cloudera.sqoop.lib.RecordParser.ParseError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RecordParser

Deprecated. use org.apache.sqoop.lib.RecordParser.ParseError instead.

public static class RecordParser.ParseError
extends RecordParser.ParseError

An error thrown when parsing fails.

See Also:
RecordParser.ParseError, Serialized Form

Constructor Summary
RecordParser.ParseError()
          Deprecated.  
RecordParser.ParseError(java.lang.String msg)
          Deprecated.  
RecordParser.ParseError(java.lang.String msg, java.lang.Throwable cause)
          Deprecated.  
RecordParser.ParseError(java.lang.Throwable cause)
          Deprecated.  
 
Method Summary
 
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
 

Constructor Detail

RecordParser.ParseError

public RecordParser.ParseError()
Deprecated. 

RecordParser.ParseError

public RecordParser.ParseError(java.lang.String msg)
Deprecated. 

RecordParser.ParseError

public RecordParser.ParseError(java.lang.String msg,
                               java.lang.Throwable cause)
Deprecated. 

RecordParser.ParseError

public RecordParser.ParseError(java.lang.Throwable cause)
Deprecated. 


Copyright © 2012 The Apache Software Foundation