java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.ecuacion.lib.core.exception.checked.AppException
jp.ecuacion.lib.core.exception.checked.SingleAppException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BeanValidationAppException,BizLogicAppException
Is an abstract class describing an occurence of a single validation error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance.SingleAppException(String message) Constructs a new instance withmessage. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SingleAppException
public SingleAppException()Constructs a new instance. -
SingleAppException
Constructs a new instance withmessage.- Parameters:
message- message
-