org.jfree.report
public class ReportConfigurationException extends ReportException
Constructor and Description |
---|
ReportConfigurationException()
Creates a StackableRuntimeException with no message and no parent.
|
ReportConfigurationException(java.lang.String message)
Creates an exception.
|
ReportConfigurationException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString, update
public ReportConfigurationException()
public ReportConfigurationException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public ReportConfigurationException(java.lang.String message)
message
- the exception message.