Package org.asnlab.asndt.runtime.error
Class AsnRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.asnlab.asndt.runtime.error.AsnRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AsnLicenseException
,BufferOverflowException
,BufferUnderflowException
,InvalidLengthException
,InvalidTagException
,InvalidValueException
,MissingComponentException
,NoSuchInformationObjectException
,UnknownComponentException
,XmlException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsnRuntimeException
(String message) AsnRuntimeException
(String format, Object... args) AsnRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AsnRuntimeException
public AsnRuntimeException() -
AsnRuntimeException
-
AsnRuntimeException
-
AsnRuntimeException
-
-
Method Details
-
getComponentsPath
-
setComponentsPath
-
getMessage
- Overrides:
getMessage
in classThrowable
-