com.infoteria.asteria.flowengine2.compile
クラス CompileHelperException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.infoteria.asteria.flowengine2.compile.CompileHelperException
すべての実装インタフェース:
Serializable

public class CompileHelperException
extends Exception

CompileHelperComponent#setupの実行中に発生するException

関連項目:
直列化された形式

コンストラクタの概要
CompileHelperException(String msg)
           
 
クラス 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
 

コンストラクタの詳細

CompileHelperException

public CompileHelperException(String msg)