Class EmbeddedParameterUtil.ParameterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.ecuacion.lib.core.exception.checked.AppException
jp.ecuacion.lib.core.exception.checked.SingleAppException
jp.ecuacion.lib.core.exception.checked.BizLogicAppException
jp.ecuacion.lib.core.util.EmbeddedParameterUtil.ParameterNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EmbeddedParameterUtil
Designates an exception which occurs because the format of an argument string is wrong.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BizLogicAppException
cause, getItemPropertyPaths, getMessage, getMessageArgs, getMessageId, itemPropertyPathsMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterNotFoundException
Construct a new instance.
-