dfki.util.config
Class ConfigReader.Exception

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

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

Exception denoting errors while reading property settings.

See Also:
Serialized Form

Constructor Summary
ConfigReader.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

ConfigReader.Exception

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