ds.ov2.test
Class Data_protocol_host.Data_error

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Constructor Summary
Data_protocol_host.Data_error(int p)
          Construct a new Data_error exception for an error that has been detected at index p.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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).

Constructor Detail

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