Package org.asnlab.asndt.runtime.error
Class BufferUnderflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.asnlab.asndt.runtime.error.AsnRuntimeException
org.asnlab.asndt.runtime.error.BufferUnderflowException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBufferUnderflowException
(int position) BufferUnderflowException
(String message, int position) BufferUnderflowException
(Throwable cause, int position) -
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
-
BufferUnderflowException
public BufferUnderflowException(int position) -
BufferUnderflowException
-
BufferUnderflowException
-