com.infoteria.asteria.flowengine2.compile
Class CompileHelperException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.infoteria.asteria.flowengine2.compile.CompileHelperException
All Implemented Interfaces:
Serializable

public class CompileHelperException
extends Exception

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

See Also:
Serialized Form

Constructor Summary
CompileHelperException(String msg)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompileHelperException

public CompileHelperException(String msg)