org.jdiagnose.config
Class ConfigChangeException

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
                      extended byorg.jdiagnose.config.ConfigChangeException
All Implemented Interfaces:
Nestable, java.io.Serializable

public class ConfigChangeException
extends ConfigException

Author:
jmccrindle
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdiagnose.exception.NestableException
delegate
 
Constructor Summary
ConfigChangeException()
          DefaultConstructor
ConfigChangeException(java.util.List changeExceptions)
           
 
Method Summary
 java.util.List getChangeExceptions()
           
 
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

ConfigChangeException

public ConfigChangeException()
DefaultConstructor


ConfigChangeException

public ConfigChangeException(java.util.List changeExceptions)
Method Detail

getChangeExceptions

public java.util.List getChangeExceptions()


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