public class JasperReportException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
JasperReportException(java.lang.String errorText,
java.lang.String designFileName)
Constructor which accepts error text and design file name.
|
JasperReportException(java.lang.String errorText,
java.lang.String designFileName,
java.lang.Throwable cause)
Constructor which accepts error text, design file name and cause.
|
JasperReportException(java.lang.String errorText,
java.lang.Throwable cause)
Constructor which accepts error text and cause.
|
public JasperReportException(java.lang.String errorText,
java.lang.Throwable cause)
errorText - Error text.cause - Cause of this exception.public JasperReportException(java.lang.String errorText,
java.lang.String designFileName)
errorText - Error text.designFileName - Name of the report design file processing of which caused the error.public JasperReportException(java.lang.String errorText,
java.lang.String designFileName,
java.lang.Throwable cause)
errorText - Error text.designFileName - Name of the report design file processing of which caused the error.cause - Cause of this exception.