|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.univocity.api.exception.DataInputException
public class DataInputException
A DataInputException is the exception thrown to notify of errors when reading data from an input.
| Constructor Summary | |
|---|---|
DataInputException(String message)
Constructs a new DataInputException exception with the specified detail message, and no cause. |
|
DataInputException(String message,
Throwable cause)
Constructs a new DataInputException exception with the specified detail message and cause. |
|
DataInputException(Throwable cause)
Constructs a new DataInputException exception with the specified cause of error. |
|
| 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 |
|---|
public DataInputException(String message,
Throwable cause)
DataInputException exception with the specified detail message and cause.
message - the detail message.cause - the cause of the exception.public DataInputException(String message)
DataInputException exception with the specified detail message, and no cause.
message - the detail message.public DataInputException(Throwable cause)
DataInputException exception with the specified cause of error.
cause - the cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||