org.apache.jasper
クラス JasperException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.servlet.ServletException
|
+--org.apache.jasper.JasperException
- すべての実装インタフェース:
- java.io.Serializable
- 直系の既知のサブクラス:
- CompileException, JspException, ParseException
- public class JasperException
- extends javax.servlet.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(java.lang.String reason)
|
JasperException(java.lang.String reason,
java.lang.Throwable exception)
Creates a JasperException with the embedded exception and the reason for
throwing a JasperException |
JasperException(java.lang.Throwable exception)
Creates a JasperException with the embedded exception |
クラス javax.servlet.ServletException から継承したメソッド |
getRootCause |
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JasperException
public JasperException(java.lang.String reason)
JasperException
public JasperException(java.lang.String reason,
java.lang.Throwable exception)
- Creates a JasperException with the embedded exception and the reason for
throwing a JasperException
JasperException
public JasperException(java.lang.Throwable exception)
- Creates a JasperException with the embedded exception
Copyright ? 2000 Apache Software Foundation. All Rights Reserved.