org.jfree.report
Class ReportInitialisationException

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

public class ReportInitialisationException
extends org.jfree.util.StackableException

An exception that is thrown when a report fails to initialise.

Author:
Thomas Morgner.
See Also:
Serialized Form

Constructor Summary
ReportInitialisationException()
          Constructs an Exception with no specified detail message.
ReportInitialisationException(java.lang.String s)
          Constructs an Exception with the specified detail message.
ReportInitialisationException(java.lang.String s, java.lang.Exception e)
          Constructs an Exception with the specified detail message.
 
Methods inherited from class org.jfree.util.StackableException
getParent, printStackTrace, printStackTrace, 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

ReportInitialisationException

public ReportInitialisationException()
Constructs an Exception with no specified detail message.


ReportInitialisationException

public ReportInitialisationException(java.lang.String s)
Constructs an Exception with the specified detail message.

Parameters:
s - the detail message.

ReportInitialisationException

public ReportInitialisationException(java.lang.String s,
                                     java.lang.Exception e)
Constructs an Exception with the specified detail message.

Parameters:
s - the detail message.
e - the parent exception.