All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----edu.cornell.lassp.mck10.ConfigurePack.ConfigurableException
ConfigurableException is an exception which is thrown when there is a problem with configurable variables. Source code for this exception is available. Source code for the whole package is also available.
ConfigurableException() constructs an exception without an error string by calling Exception's constructor.
ConfigurableException(String) constructs an exception with an error string by calling Exception's constructor.
public ConfigurableException()
ConfigurableException() constructs an exception without an error string by calling Exception's constructor.
public ConfigurableException(String errMsg)
ConfigurableException(String) constructs an exception with an error string by calling Exception's constructor.
All Packages Class Hierarchy This Package Previous Next Index