ds.ov2.gui
Class Terminal_thread.Runtime_card_exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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). |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- serialVersionUID for the Serializable interface
- See Also:
- Constant Field Values
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