Package org.asnlab.asndt.runtime.error
Class InvalidLengthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.asnlab.asndt.runtime.error.AsnRuntimeException
org.asnlab.asndt.runtime.error.InvalidLengthException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidLengthException
(long length) InvalidLengthException
(String message) InvalidLengthException
(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
-
InvalidLengthException
public InvalidLengthException() -
InvalidLengthException
public InvalidLengthException(long length) -
InvalidLengthException
-
InvalidLengthException
-