Class 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 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
      • CAENRFIDException

        public CAENRFIDException​(String error,
                                 ArrayList tags)
        Creates a new instance of CAENRFIDException(this constructor is present only in java implementation and not in .NET one).
        Parameters:
        error - The error String
        tags - The tags detected at the moment of the exception throw
    • Method Detail

      • getError

        public String getError()
        This method gets the error string associated to the exception.
        Returns:
        The string error.