public class ScriptCompileException extends Exception
コンストラクタと説明 |
---|
ScriptCompileException(String message)
詳細メッセージを指定して ScriptCompileException を構築します。
|
ScriptCompileException(String message,
Throwable cause)
詳細メッセージを指定して ScriptCompileException を構築します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptCompileException(String message)
message
- 詳細メッセージThrowable.getMessage()
public ScriptCompileException(String message, Throwable cause)
message
- 詳細メッセージcause
- 原因 (Throwable.getCause() メソッドによる取得用に保存される)。null 値が許可される。null 値は原因が存在しないか未知であることを示すThrowable.getMessage()
Copyright © 2012 NTT DATA INTRAMART CORPORATION