Package com.caen.RFIDLibrary
Class CAENRFIDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.caen.RFIDLibrary.CAENRFIDException
-
- All Implemented Interfaces:
Serializable
public final class CAENRFIDException extends Exception
This class defines the CAEN RFID Exception.- Version:
- CAENRFIDLibrary 5.0.0
- Author:
- Andrea Iavazzo (support@caenrfid.com) CAEN RFID Srl Computing Division
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CAENRFIDException()Creates a new instance of CAENRFIDExceptionCAENRFIDException(String error)Creates a new instance of CAENRFIDExceptionCAENRFIDException(String error, ArrayList tags)Creates a new instance of CAENRFIDException(this constructor is present only in java implementation and not in .NET one).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()This method gets the error string associated to the exception.protected ArrayList<CAENRFIDTag>getTags()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CAENRFIDException
public CAENRFIDException()
Creates a new instance of CAENRFIDException
-
CAENRFIDException
public CAENRFIDException(String error)
Creates a new instance of CAENRFIDException- Parameters:
error- The error String
-
-
Method Detail
-
getError
public String getError()
This method gets the error string associated to the exception.- Returns:
- The string error.
-
getTags
protected ArrayList<CAENRFIDTag> getTags()
-
-