Class CompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.infoteria.asteria.flowengine2.EngineException
com.infoteria.asteria.flowengine2.compile.CompileException
- All Implemented Interfaces:
Serializable
コンパイル時に発生するException。
引数のコードには
引数のコードには
CompileInfoで宣言されているシンボルを使用します。- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompileException(int code) コードを引数とするコンストラクタCompileException(int code, Object o1) コードと置換文字列を引数とするコンストラクタCompileException(int code, Object o1, Object o2) コードと置換文字列を引数とするコンストラクタCompileException(int code, Object o1, Object o2, Object o3) コードと置換文字列を引数とするコンストラクタ -
Method Summary
Methods inherited from class com.infoteria.asteria.flowengine2.EngineException
getCode, getCodeString, getFormatMessage, getMessage, getParamMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompileException
public CompileException(int code) コードを引数とするコンストラクタ -
CompileException
コードと置換文字列を引数とするコンストラクタ -
CompileException
コードと置換文字列を引数とするコンストラクタ -
CompileException
コードと置換文字列を引数とするコンストラクタ
-