ds.ov2.gui
Class Gui_actions.Bases_selection_abort_exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ds.ov2.gui.Gui_actions.Bases_selection_abort_exception
All Implemented Interfaces:
Serializable
Enclosing class:
Gui_actions

public class Gui_actions.Bases_selection_abort_exception
extends Exception

Exception for when the base selection dialog is aborted.

See Also:
Serialized Form

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

serialVersionUID

public static final long serialVersionUID
Field for the serial version UID warning.

See Also:
Constant Field Values
Constructor Detail

Gui_actions.Bases_selection_abort_exception

public 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

public Gui_actions.Bases_selection_abort_exception(String s)
Constructs a new Bases_selection_abort_exception with the specified detail message.

Parameters:
s - the detail message

Gui_actions.Bases_selection_abort_exception

public Gui_actions.Bases_selection_abort_exception(String s,
                                                   Throwable cause)
Constructs a new Bases_selection_abort_exception with the specified detail message and cause.

Parameters:
s - the detail message
cause - the cause

Gui_actions.Bases_selection_abort_exception

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

Parameters:
cause - cause