Class PropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.infoteria.asteria.flowlibrary2.FlowException
com.infoteria.asteria.flowlibrary2.property.PropertyException
- All Implemented Interfaces:
Serializable
プロパティで発生するExceptionです。
- See Also:
-
Field Summary
Fields inherited from class com.infoteria.asteria.flowlibrary2.FlowException
STATE_DEFAULT -
Constructor Summary
ConstructorsConstructorDescription他のExceptionをラップするコンストラクタPropertyException(String message) メッセージを指定するコンストラクタ -
Method Summary
Methods inherited from class com.infoteria.asteria.flowlibrary2.FlowException
addParam, getComponent, getComponentName, getErrorCode, getMessageWithComponentName, getObject, getOriginalException, getParam, getParam, getParamCount, getParamName, getParams, getRootException, getRootFlowException, getState, getStream, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setObject, setOriginalException, setState, setStreamMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
PropertyException
他のExceptionをラップするコンストラクタ -
PropertyException
メッセージを指定するコンストラクタ
-