org.jdiagnose.config
Class ConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jdiagnose.exception.NestableException
              extended byorg.jdiagnose.DiagnosticException
                  extended byorg.jdiagnose.config.ConfigException
All Implemented Interfaces:
Nestable, java.io.Serializable
Direct Known Subclasses:
ConfigChangeException

public class ConfigException
extends DiagnosticException

Author:
jmccrindle
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdiagnose.exception.NestableException
delegate
 
Constructor Summary
ConfigException()
          Default Constructor
ConfigException(java.lang.String message)
           
ConfigException(java.lang.String message, java.lang.Throwable throwable)
           
ConfigException(java.lang.Throwable throwable)
           
 
Methods inherited from class org.jdiagnose.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException()
Default Constructor


ConfigException

public ConfigException(java.lang.String message)
Parameters:
message -

ConfigException

public ConfigException(java.lang.String message,
                       java.lang.Throwable throwable)
Parameters:
message -
throwable -

ConfigException

public ConfigException(java.lang.Throwable throwable)
Parameters:
throwable -


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.