Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mrbook.mrpostman.gui
Class ModuleOptionGuiException  view ModuleOptionGuiException download ModuleOptionGuiException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mrbook.mrpostman.gui.ModuleOptionGuiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ModuleOptionGuiConfigException

public class ModuleOptionGuiException
extends java.lang.Exception

A class representing exception thrown when a problem is discovered in the module option gui. Creation date: (16/01/2003 7:58:02 PM)


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
static java.lang.String CVSID
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ModuleOptionGuiException()
          ModuleOptionGuiConfigException constructor comment.
ModuleOptionGuiException(java.lang.String s)
          ModuleOptionGuiConfigException constructor comment.
 
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

CVSID

public static final java.lang.String CVSID
See Also:
Constant Field Values
Constructor Detail

ModuleOptionGuiException

public ModuleOptionGuiException()
ModuleOptionGuiConfigException constructor comment.


ModuleOptionGuiException

public ModuleOptionGuiException(java.lang.String s)
ModuleOptionGuiConfigException constructor comment.