|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.caen.RFIDLibrary.CAENRFIDException
public final class CAENRFIDException
This class defines the CAEN RFID Exception.
Constructor Summary | |
---|---|
CAENRFIDException()
Creates a new instance of CAENRFIDException |
|
CAENRFIDException(java.lang.String error)
Creates a new instance of CAENRFIDException |
|
CAENRFIDException(java.lang.String error,
java.util.ArrayList tags)
Creates a new instance of CAENRFIDException(this constructor is present only in java implementation and not in .NET one). |
Method Summary | |
---|---|
java.lang.String |
getError()
Get the Error String |
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 CAENRFIDException()
public CAENRFIDException(java.lang.String error)
error
- The error Stringpublic CAENRFIDException(java.lang.String error, java.util.ArrayList tags)
error
- The error Stringtags
- The tags detected at the moment of the exception throwMethod Detail |
---|
public java.lang.String getError()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |