dfki.util.config
Class Config.Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--dfki.util.config.Config.Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Config.MultiValueException
Enclosing class:
Config

public static class Config.Exception
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
Config.Exception(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Config.Exception

public Config.Exception(java.lang.String msg)