Class UncheckedAppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.ecuacion.lib.core.exception.unchecked.UncheckedAppException
- All Implemented Interfaces:
Serializable
Wraps
AppException and enables to throw AppException
in overridden and no "throws AppException" signature method.
After thrown,
caught and processed in library is exactly the same as SingleAppException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance withAppException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedAppException
Constructs a new instance withAppException.- Parameters:
ex- appException
-