|
||||||||||
| 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
ch.panter.li.bi.asn.AsnInternalException
public class AsnInternalException
The base for internal library exceptions.
| Constructor Summary | |
|---|---|
AsnInternalException()
Creates a new instance without message |
|
AsnInternalException(String message)
Creates a new instance with the given message |
|
AsnInternalException(String message,
Throwable cause)
Creates a new instance with the given message and causing throwable. |
|
AsnInternalException(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 AsnInternalException()
public AsnInternalException(String message)
message - the error messagepublic AsnInternalException(Throwable cause)
cause - the original error causing this one
public AsnInternalException(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 | |||||||||