public final class UniversalReaderException
extends java.io.IOException
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Retrieves the exception error code for this instance.
|
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.