| org.jfree.report.ReportInitialisationException
All known Subclasses: org.jfree.report.function.FunctionInitializeException,
ReportInitialisationException | public class ReportInitialisationException extends StackableException (Code) | | An exception that is thrown when a report fails to initialise.
author: Thomas Morgner. |
ReportInitialisationException | public ReportInitialisationException()(Code) | | Constructs an Exception with no specified detail message.
|
ReportInitialisationException | public ReportInitialisationException(String s)(Code) | | Constructs an Exception with the specified detail message.
Parameters: s - the detail message. |
ReportInitialisationException | public ReportInitialisationException(String s, Exception e)(Code) | | Constructs an Exception with the specified detail message.
Parameters: s - the detail message. Parameters: e - the parent exception. |
|
|