Home » displaytag-1.1.1-src » org » displaytag » export » excel » [javadoc | source]
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.
Constructor:
 public ExcelGenerationException(Throwable cause) 
    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 org.displaytag.exception.BaseNestableJspTagException:
getCause,   getSeverity,   toString
Methods from javax.servlet.jsp.JspException:
getRootCause
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.displaytag.export.excel.ExcelHssfView$ExcelGenerationException Detail:
 public SeverityEnum getSeverity()