|
||||||||||
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 ch.panter.li.bi.asn.AsnMisuseException
public class AsnMisuseException
The exception thrown when the asn library is used the wrong way.
Constructor Summary | |
---|---|
AsnMisuseException()
Creates a new instance without message |
|
AsnMisuseException(String message)
Creates a new instance with the given message |
|
AsnMisuseException(String message,
Throwable cause)
Creates a new instance with the given message and causing throwable. |
|
AsnMisuseException(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 AsnMisuseException()
public AsnMisuseException(String message)
message
- the error messagepublic AsnMisuseException(Throwable cause)
cause
- the original error causing this onepublic AsnMisuseException(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 |