Package org.asnlab.asndt.runtime.error
Class InvalidTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.asnlab.asndt.runtime.error.AsnRuntimeException
org.asnlab.asndt.runtime.error.InvalidTagException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTagException
(int tag) InvalidTagException
(String message) InvalidTagException
(Throwable cause) -
Method Summary
Methods inherited from class org.asnlab.asndt.runtime.error.AsnRuntimeException
getComponentsPath, getMessage, setComponentsPath
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTagException
public InvalidTagException() -
InvalidTagException
public InvalidTagException(int tag) -
InvalidTagException
-
InvalidTagException
-