|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ch.panter.li.bi.asn.AsnException
public class AsnException
The base for ASN.1 related exceptions.
| Constructor Summary | |
|---|---|
AsnException()
Creates a new instance without message |
|
AsnException(String message)
Creates a new instance with the given message |
|
AsnException(String message,
Throwable cause)
Creates a new instance with the given message and causing throwable. |
|
AsnException(Throwable cause)
Creates a new instance without message and with the given causing throwable. |
|
| 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 AsnException()
public AsnException(String message)
message - the error messagepublic AsnException(Throwable cause)
cause - the original error causing this one
public AsnException(String message,
Throwable cause)
message - the error messagecause - the original error causing this one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||