org.jfree.report

Class ReportException

public class ReportException extends StackableException

Creation-Date: 02.12.2006, 14:52:08

Author: Thomas Morgner

Constructor Summary
ReportException()
Creates a StackableRuntimeException with no message and no parent.
ReportException(String message, Exception ex)
Creates an exception.
ReportException(String message)
Creates an exception.

Constructor Detail

ReportException

public ReportException()
Creates a StackableRuntimeException with no message and no parent.

ReportException

public ReportException(String message, Exception ex)
Creates an exception.

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

ReportException

public ReportException(String message)
Creates an exception.

Parameters: message the exception message.