Class EmbeddedParameterUtil.StringFormatIncorrectException
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.StringFormatIncorrectException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EmbeddedParameterUtil
public static class EmbeddedParameterUtil.StringFormatIncorrectException
extends BizLogicAppException
Designates an exception which occurs because the format of an argument string is wrong.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStringFormatIncorrectException(String string, String startSymbol, String endSymbol) Construct a new instance. -
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
-
StringFormatIncorrectException
-