calhoun.util
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ConfigException(java.lang.String arg0)
           
ConfigException(java.lang.String arg0, java.lang.Throwable arg1)
           
ConfigException(java.lang.Throwable arg)
           
 
Method Summary
 
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
 

Constructor Detail

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)