dfki.util.config
Class XMLConfigReader.Exception

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

public static class XMLConfigReader.Exception
extends ConfigReader.Exception

See Also:
Serialized Form

Constructor Summary
XMLConfigReader.Exception(java.lang.String message)
           
 
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

XMLConfigReader.Exception

public XMLConfigReader.Exception(java.lang.String message)