Package org.mozilla.jss.asn1
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
An exception thrown when BER decoding fails.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidBERException
(String mesg) InvalidBERException
(InvalidBERException e, String mesg) -
Method Summary
Modifier and TypeMethodDescriptionvoid
private void
Prints out the exception class and error message, including all the nested exceptions.toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
child
-
mesgList
-
-
Constructor Details
-
InvalidBERException
-
InvalidBERException
-
-
Method Details