org.apache.jasper
类 JasperException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 javax.servlet.ServletException
              继承者 org.apache.jasper.JasperException
所有已实现的接口:
Serializable

public class JasperException
extends ServletException

Base class for all exceptions generated by the JSP engine. Makes it convienient to catch just this at the top-level.

作者:
Anil K. Vijendran
另请参见:
序列化表格

构造方法摘要
JasperException(String reason)
           
JasperException(String reason, Throwable exception)
          Creates a JasperException with the embedded exception and the reason for throwing a JasperException
JasperException(Throwable exception)
          Creates a JasperException with the embedded exception
 
方法摘要
 
从类 javax.servlet.ServletException 继承的方法
getRootCause
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

JasperException

public JasperException(String reason)

JasperException

public JasperException(String reason,
                       Throwable exception)
Creates a JasperException with the embedded exception and the reason for throwing a JasperException


JasperException

public JasperException(Throwable exception)
Creates a JasperException with the embedded exception



Copyright © 2013. All Rights Reserved.