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