org.displaytag.export.excel
static class: ExcelHssfView.ExcelGenerationException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
javax.servlet.jsp.JspTagException
org.displaytag.exception.BaseNestableJspTagException
org.displaytag.export.excel.ExcelHssfView$ExcelGenerationException
All Implemented Interfaces:
Serializable
Wraps IText-generated exceptions.
- author:
Fabrizio - Giustina
- version:
$ - Revision: 1086 $ ($Author: rapruitt $)
| Constructor: |
public ExcelGenerationException(Throwable cause) {
super(ExcelHssfView.class, Messages.getString("ExcelView.errorexporting"), cause); //$NON-NLS-1$
}
Instantiate a new PdfGenerationException with a fixed message and the given cause. Parameters:
cause - Previous exception
|
| Method from org.displaytag.export.excel.ExcelHssfView$ExcelGenerationException Summary: |
|---|
|
getSeverity |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Method from org.displaytag.export.excel.ExcelHssfView$ExcelGenerationException Detail: |
public SeverityEnum getSeverity() {
return SeverityEnum.ERROR;
}
|