|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.objsys.asn1j.runtime.Asn1Exception
This class defines a generic ASN.1 exception for use as a base class for exceptions common to all encode/decode operations. Specific exception exceptions for BER, DER, and PER encoding and decoding are subclassed from this base class..
| Constructor Summary | |
Asn1Exception(Asn1DecodeBuffer buffer,
java.lang.String message)
This constructor creates the base exception object and captures the current buffer offset from the decode buffer.. |
|
Asn1Exception(java.lang.String message)
This constructor passes the given message text to the superclass. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Asn1Exception(java.lang.String message)
message - Error message text
public Asn1Exception(Asn1DecodeBuffer buffer,
java.lang.String message)
buffer - ASN.1 decode buffer object referencemessage - Error message text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||