ds.ov2.gui
Class Terminal_thread.Runtime_card_exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ds.ov2.gui.Terminal_thread.Runtime_card_exception
All Implemented Interfaces:
Serializable
Enclosing class:
Terminal_thread

private static class Terminal_thread.Runtime_card_exception
extends RuntimeException

Runtime version of CardException. Needed for exceptions that might escape an action in the terminal thread.


Field Summary
static long serialVersionUID
          serialVersionUID for the Serializable interface
 
Constructor Summary
Terminal_thread.Runtime_card_exception(Throwable cause)
          Constructs a new Runtime_card_exception exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
 
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
serialVersionUID for the Serializable interface

See Also:
Constant Field Values
Constructor Detail

Terminal_thread.Runtime_card_exception

public Terminal_thread.Runtime_card_exception(Throwable cause)
Constructs a new Runtime_card_exception exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

Parameters:
cause - cause, typically a CardException