org.jfree.report.function
Class FunctionInitializeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jfree.util.StackableException
              extended byorg.jfree.report.ReportInitialisationException
                  extended byorg.jfree.report.function.FunctionInitializeException
All Implemented Interfaces:
java.io.Serializable

public class FunctionInitializeException
extends ReportInitialisationException

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

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
FunctionInitializeException(java.lang.String message)
          Creates an exception.
FunctionInitializeException(java.lang.String message, java.lang.Exception ex)
          Creates an exception.
 
Method Summary
 java.lang.Exception getParent()
          Returns the parent exception (possibly null).
 void printStackTrace(java.io.PrintStream stream)
          Prints the stack trace to the specified stream.
 void printStackTrace(java.io.PrintWriter writer)
          Prints the stack trace to the specified writer.
 
Methods inherited from class org.jfree.util.StackableException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionInitializeException

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

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

FunctionInitializeException

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

Parameters:
message - the exception message.
Method Detail

getParent

public java.lang.Exception getParent()
Returns the parent exception (possibly null).

Returns:
the parent exception.

printStackTrace

public void printStackTrace(java.io.PrintStream stream)
Prints the stack trace to the specified stream.

Parameters:
stream - the output stream.

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)
Prints the stack trace to the specified writer.

Parameters:
writer - the writer.