org.apache.jasper.core
クラス JasperException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.jasper.core.JasperException
すべての実装インタフェース:
java.io.Serializable

public class JasperException
extends java.lang.Exception

General Tomcat exception

作成者:
Conor MacNeill [conor@m64.com]
関連項目:
直列化された形式

コンストラクタの概要
JasperException()
           
JasperException(java.lang.String msg)
           
JasperException(java.lang.String msg, java.lang.Throwable rootCause)
          Create a connector exception to encapsulate some underlying eception.
JasperException(java.lang.Throwable rootCause)
          Create a connector exception to encapsulate some underlying eception.
 
メソッドの概要
 java.lang.Throwable getRootCause()
          Get the underlying exception that caused this ConnectorException.
 
クラス 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()

JasperException

public JasperException(java.lang.String msg)

JasperException

public JasperException(java.lang.Throwable rootCause)
Create a connector exception to encapsulate some underlying eception.

JasperException

public JasperException(java.lang.String msg,
                       java.lang.Throwable rootCause)
Create a connector exception to encapsulate some underlying eception.
メソッドの詳細

getRootCause

public java.lang.Throwable getRootCause()
Get the underlying exception that caused this ConnectorException.
戻り値:
the Throwable that caused this connector exception


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.