calhoun.util
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
calhoun.util.ConfigException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DataException
public class ConfigException
- extends java.lang.RuntimeException
Exception type for system configuration exceptions. It is unchecked to simplify error handling in other Java code.
It is a wrapper for problems that generally will not be handled in code. Files not found, setup missing, etc.
You should assume error messages will be viewed by the user.
This should only be thrown for errors which should be fixable by the user without examining or changing code.
- See Also:
- Serialized Form
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigException
public ConfigException(java.lang.String arg0)
ConfigException
public ConfigException(java.lang.String arg0,
java.lang.Throwable arg1)
ConfigException
public ConfigException(java.lang.Throwable arg)