Class InvalidBERException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.asn1.InvalidBERException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidBERException.EOF, InvalidBERException.InvalidChar

public class InvalidBERException extends Exception
An exception thrown when BER decoding fails.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • append

      public void append(String mesg)
    • appendMessages

      private void appendMessages(StringBuffer sb)
      Prints out the exception class and error message, including all the nested exceptions.
    • toString

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

      public String toStringNested()