ds.ov2.test
Class Data_protocol_host.Data_error
java.lang.Object
java.lang.Throwable
java.lang.Exception
ds.ov2.test.Data_protocol_host.Data_error
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Data_protocol_host
static class Data_protocol_host.Data_error
- extends Exception
Exception to indicate that an error in the protocol layer has
been detected when checking the results from the applet.
Field Summary |
int |
position
Byte index at which the error occured (result local). |
static long |
serialVersionUID
Field to disable the serialVersionUID warning. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- Field to disable the serialVersionUID warning.
- See Also:
- Constant Field Values
position
public final int position
- Byte index at which the error occured (result local).
Data_protocol_host.Data_error
Data_protocol_host.Data_error(int p)
- Construct a new Data_error exception for an error that has
been detected at index
p
.
- Parameters:
p
- index at which the error occured