|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.objsys.asn1j.runtime.Asn1Exception
public class 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 | |
---|---|
protected |
Asn1Exception()
This constructor passes the given message text to the superclass. |
|
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. |
Method Summary |
---|
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 textprotected Asn1Exception()
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 |