daikon.config
Class Configuration.ConfigException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by Configuration.ConfigException
All Implemented Interfaces:
Serializable
Enclosing class:
Configuration

public static class Configuration.ConfigException
extends RuntimeException

Lets callers differentiate between configuration problems and all others.

See Also:
Serialized Form

Constructor Summary
Configuration.ConfigException()
           
Configuration.ConfigException(String s)
           
Configuration.ConfigException(String s, Throwable t)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Configuration.ConfigException

public Configuration.ConfigException(String s,
                                     Throwable t)

Configuration.ConfigException

public Configuration.ConfigException(String s)

Configuration.ConfigException

public Configuration.ConfigException()