Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.infoteria.asteria.flowengine2.EngineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CompileException
フローエンジンの管理プロセスで発生するException。
引数のコードには
引数のコードには
EngineInfoで宣言されているシンボルを使用します。- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEngineException(int code) コードを引数とするコンストラクタEngineException(int code, Object o1) コードと置換文字列を引数とするコンストラクタEngineException(int code, Object o1, Object o2) コードと置換文字列を引数とするコンストラクタEngineException(int code, Object o1, Object o2, Object o3) コードと置換文字列を引数とするコンストラクタ -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EngineException
public EngineException(int code) コードを引数とするコンストラクタ -
EngineException
コードと置換文字列を引数とするコンストラクタ -
EngineException
コードと置換文字列を引数とするコンストラクタ -
EngineException
コードと置換文字列を引数とするコンストラクタ
-
-
Method Details
-
getMessage
エラーメッセージ文字列を返します。- Overrides:
getMessagein classThrowable
-
getFormatMessage
ログ出力形式でのエラーメッセージ文字列を返します。 -
getCode
public int getCode()エラーコードの数値部分を返します。 -
getCodeString
エラーコードの文字列を返します。 -
getParam
-