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

Quick Search    Search Deep

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

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

public class ModuleOptionGuiConfigException
extends ModuleOptionGuiException

A class representing exception thrown when a problem is discovered in the module option gui config XML document. 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
ModuleOptionGuiConfigException()
          ModuleOptionGuiConfigException constructor comment.
ModuleOptionGuiConfigException(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

ModuleOptionGuiConfigException

public ModuleOptionGuiConfigException()
ModuleOptionGuiConfigException constructor comment.


ModuleOptionGuiConfigException

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