public class InvalidUsageException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
protected |
InvalidUsageException(int readerHandle,
java.lang.String sMessage,
RFIDResults results) |
|
InvalidUsageException(java.lang.String sMessage,
java.lang.String ErrorString)
InvalidUsageException constructor with settable string and
results enum.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInfo()
The RFIDResults associated with the exception.
|
java.lang.String |
getTimeStamp()
The timeStamp associated with the exception.
|
java.lang.String |
getVendorMessage()
The vendor message associated with the exception.
|
public InvalidUsageException(java.lang.String sMessage,
java.lang.String ErrorString)
sMessage - A string the contains information about
the exceptionErrorString - Error string from string tableprotected InvalidUsageException(int readerHandle,
java.lang.String sMessage,
RFIDResults results)
public java.lang.String getInfo()
public java.lang.String getTimeStamp()
public java.lang.String getVendorMessage()