Public Member Functions | |
void | run () |
Must be implemented when an instance of this exception is created. |
The thrower must implement the run() method for this to be useful. The run method will be called on the catch() of this exception.
Definition at line 1364 of file DaqTests.java.
|
Must be implemented when an instance of this exception is created. Usually to disconnect because the connection was lost. Or just to to display a message explaining what the problem was. Definition at line 1370 of file DaqTests.java. |