Class PTEID_Exception

    • Constructor Summary

      Constructors 
      Constructor Description
      PTEID_Exception​(int lError)
      Constructor - Need error code that comes from eidErrors.h
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      int GetError()
      Return the error code
      java.lang.String GetMessage()
      Returns the error message based on the error code
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PTEID_Exception

        public PTEID_Exception​(int lError)
        Constructor - Need error code that comes from eidErrors.h
    • Method Detail

      • delete

        public void delete()
      • GetError

        public int GetError()
        Return the error code
      • GetMessage

        public java.lang.String GetMessage()
        Returns the error message based on the error code