|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ds.ov2.gui.Gui_actions.Bases_selection_abort_exception
public class Gui_actions.Bases_selection_abort_exception
Exception for when the base selection dialog is aborted.
Field Summary | |
---|---|
static long |
serialVersionUID
Field for the serial version UID warning. |
Constructor Summary | |
---|---|
Gui_actions.Bases_selection_abort_exception()
Constructs a new Bases_selection_abort_exception with null as its detail message. |
|
Gui_actions.Bases_selection_abort_exception(String s)
Constructs a new Bases_selection_abort_exception with the specified detail message. |
|
Gui_actions.Bases_selection_abort_exception(String s,
Throwable cause)
Constructs a new Bases_selection_abort_exception with the specified detail message and cause. |
|
Gui_actions.Bases_selection_abort_exception(Throwable cause)
Constructs a new Bases_selection_abort_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 |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public Gui_actions.Bases_selection_abort_exception()
public Gui_actions.Bases_selection_abort_exception(String s)
s
- the detail messagepublic Gui_actions.Bases_selection_abort_exception(String s, Throwable cause)
s
- the detail messagecause
- the causepublic Gui_actions.Bases_selection_abort_exception(Throwable cause)
(cause==null
? null : cause.toString())
(which typically contains the
class and detail message of cause).
cause
- cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |