Save This Page
Home » jcommon-1.0.13 » org.jfree.base.modules » [javadoc | source]
org.jfree.base.modules
public class: ModuleInitializeException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.jfree.util.StackableException
            org.jfree.base.modules.ModuleInitializeException

All Implemented Interfaces:
    Serializable

This exception is thrown when the module initialization encountered an unrecoverable error which prevents the module from being used.
Constructor:
 public ModuleInitializeException() 
 public ModuleInitializeException(String s) 
    Creates a ModuleInitializeException with the given message and no base exception.
    Parameters:
    s - the exception message
 public ModuleInitializeException(String s,
    Exception e) 
    Creates a ModuleInitializeException with the given message and base exception.
    Parameters:
    s - the message
    e - the root exception
Methods from org.jfree.util.StackableException:
getParent,   printStackTrace,   printStackTrace,   printStackTrace
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait