Class InvalidBERException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(java.lang.String mesg)  
      java.lang.String toString()  
      java.lang.String toStringNested()  
      • Methods inherited from class java.lang.Throwable

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

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

      • InvalidBERException

        public InvalidBERException​(java.lang.String mesg)
      • InvalidBERException

        public InvalidBERException​(InvalidBERException e,
                                   java.lang.String mesg)
    • Method Detail

      • append

        public void append​(java.lang.String mesg)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • toStringNested

        public java.lang.String toStringNested()