|
||||||||||
| 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.biometric.TouchChipException
public final class TouchChipException
Signals that an exception of some sort has occurred due execution of TouchChip operation.
| Constructor Summary | |
|---|---|
TouchChipException()
Constructs a new instance of this class. |
|
TouchChipException(int errorCode)
Constructs a fully-specified instance of this class. |
|
TouchChipException(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 TouchChipException()
The message field defaults to null and the
errorCode field defaults to 0.
public TouchChipException(java.lang.String message)
The errorCode field defaults to 0.
message - a description of the exception.public TouchChipException(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 | |||||||||