Package com.zebra.rfid.api3
Class InvalidUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.zebra.rfid.api3.InvalidUsageException
- All Implemented Interfaces:
Serializable
InvalidUsageException is thrown when an invalid usage is detected by the
class library.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInvalidUsageException(int readerHandle, String sMessage, RFIDResults results) InvalidUsageException(String sMessage, String ErrorString) InvalidUsageException constructor with settable string and results enum. -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()The RFIDResults associated with the exception.The timeStamp associated with the exception.The vendor message associated with the exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidUsageException
InvalidUsageException constructor with settable string and results enum.- Parameters:
sMessage- A string the contains information about the exceptionErrorString- Error string from string table
-
InvalidUsageException
-
-
Method Details
-
getInfo
The RFIDResults associated with the exception. An integer result that contains information about what caused the exception. -
getTimeStamp
The timeStamp associated with the exception. -
getVendorMessage
The vendor message associated with the exception.
-