jp.sourceforge.expression_computer
クラス CompileException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張jp.sourceforge.expression_computer.CompileException
すべての実装インタフェース:
java.io.Serializable

public class CompileException
extends java.lang.RuntimeException

コンパイルに失敗したことを表す例外です。

作成者:
uguu@users.sourceforge.jp
関連項目:
直列化された形式

コンストラクタの概要
CompileException()
           インスタンスを初期化します。
CompileException(java.lang.String message)
           インスタンスを初期化します。
CompileException(java.lang.String message, java.lang.Throwable cause)
           インスタンスを初期化します。
CompileException(java.lang.Throwable cause)
           インスタンスを初期化します。
 
クラス 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
 

コンストラクタの詳細

CompileException

public CompileException()

インスタンスを初期化します。


CompileException

public CompileException(java.lang.String message,
                        java.lang.Throwable cause)

インスタンスを初期化します。

パラメータ:
message - 例外のメッセージ。
cause - 例外の原因。

CompileException

public CompileException(java.lang.String message)

インスタンスを初期化します。

パラメータ:
message - 例外のメッセージ。

CompileException

public CompileException(java.lang.Throwable cause)

インスタンスを初期化します。

パラメータ:
cause - 例外の原因。


Copyright © 2006 . All Rights Reserved.