org.jfree.report.function
Class FunctionProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jfree.util.StackableRuntimeException
                  extended byorg.jfree.report.function.FunctionProcessingException
All Implemented Interfaces:
java.io.Serializable

public class FunctionProcessingException
extends org.jfree.util.StackableRuntimeException

An exception that indicates that a function has not been correctly initialised.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
FunctionProcessingException()
          Default constructor.
FunctionProcessingException(java.lang.String message)
          Creates an exception.
FunctionProcessingException(java.lang.String message, java.lang.Exception ex)
          Creates an exception.
 
Methods inherited from class org.jfree.util.StackableRuntimeException
getParent, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionProcessingException

public FunctionProcessingException()
Default constructor.


FunctionProcessingException

public FunctionProcessingException(java.lang.String message,
                                   java.lang.Exception ex)
Creates an exception.

Parameters:
message - the exception message.
ex - the parent exception.

FunctionProcessingException

public FunctionProcessingException(java.lang.String message)
Creates an exception.

Parameters:
message - the exception message.