com.infoteria.asteria.flowlibrary2
Class DeveloperException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.infoteria.asteria.flowlibrary2.DeveloperException
All Implemented Interfaces:
Serializable

public class DeveloperException
extends RuntimeException

コンポーネントのバグと思われる事象が発生した際にthrowされるRuntimeExceptionです。

See Also:
Serialized Form

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