org.openxri.exceptions
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openxri.exceptions.ConfigException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigParseException

public class ConfigException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ConfigException()
           
ConfigException(java.lang.String message)
           
ConfigException(java.lang.String message, java.lang.Throwable ex)
           
ConfigException(java.lang.Throwable ex)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException()

ConfigException

public ConfigException(java.lang.String message)

ConfigException

public ConfigException(java.lang.Throwable ex)

ConfigException

public ConfigException(java.lang.String message,
                       java.lang.Throwable ex)


Copyright © 2005-2012. All Rights Reserved.