public class IndirectionException extends SystemException implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
offset
The stream offset, indicating, where the error has occured.
|
completed, minor
Constructor and Description |
---|
IndirectionException(int an_offset)
Create the indirection exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int offset
public IndirectionException(int an_offset)
an_offset
- the stream offset, indicating the error position.