org.jfree.report.modules.gui.config.model
Class ConfigTreeModelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jfree.util.StackableException
                    |
                    +--org.jfree.report.modules.gui.config.model.ConfigTreeModelException

public class ConfigTreeModelException
extends org.jfree.util.StackableException

The ConfigTreeModelException is trown whenever an error occured during an tree model operation.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ConfigTreeModelException()
          Creates a ConfigTreeModelException with no message and no parent.
ConfigTreeModelException(java.lang.String message)
          Creates an exception.
ConfigTreeModelException(java.lang.String message, java.lang.Exception ex)
          Creates an exception.
 
Methods inherited from class org.jfree.util.StackableException
getParent, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigTreeModelException

public ConfigTreeModelException()
Creates a ConfigTreeModelException with no message and no parent.

ConfigTreeModelException

public ConfigTreeModelException(java.lang.String message,
                                java.lang.Exception ex)
Creates an exception.
Parameters:
message - the exception message.
ex - the parent exception.

ConfigTreeModelException

public ConfigTreeModelException(java.lang.String message)
Creates an exception.
Parameters:
message - the exception message.