com.infoteria.asteria.flowengine2.compile
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
- public class CompileException
- extends EngineException
コンパイル時に発生するException。
引数のコードにはCompileInfo
で宣言されているシンボルを使用します。
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CompileException
public CompileException(int code)
- コードを引数とするコンストラクタ
CompileException
public CompileException(int code,
Object o1)
- コードと置換文字列を引数とするコンストラクタ
CompileException
public CompileException(int code,
Object o1,
Object o2)
- コードと置換文字列を引数とするコンストラクタ
CompileException
public CompileException(int code,
Object o1,
Object o2,
Object o3)
- コードと置換文字列を引数とするコンストラクタ