Class T1Exception

  • All Implemented Interfaces:
    java.io.Serializable

    public class T1Exception
    extends CadTransportException
    This class represents error states for T=1 CAD devices.
    See Also:
    Serialized Form
    • Constructor Detail

      • T1Exception

        public T1Exception​(int status)
        Constructor method for this exception class.
        Parameters:
        status - Initialization status for this exception.
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a String describing this exception.
        Overrides:
        toString in class java.lang.Throwable