|
||||||||||
| 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.io.IOException
com.datecs.api.universalreader.UniversalReaderException
public final class UniversalReaderException
Signals that an exception of some sort has occurred due execution of Universal Reader operation.
| Constructor Summary | |
|---|---|
UniversalReaderException()
Constructs a new instance of this class. |
|
UniversalReaderException(int errorCode)
Constructs a fully-specified instance of this class. |
|
UniversalReaderException(java.lang.String message)
Constructs a new instance of this class. |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Retrieves the exception error code for this instance. |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UniversalReaderException()
The message field defaults to null and the
errorCode field defaults to 0.
public UniversalReaderException(java.lang.String message)
The errorCode field defaults to 0.
message - a description of the exception.public UniversalReaderException(int errorCode)
errorCode - an error code that raise the exception.| Method Detail |
|---|
public int getErrorCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||