Module jp.ecuacion.lib.core
Package jp.ecuacion.lib.core.exception.unchecked
package jp.ecuacion.lib.core.exception.unchecked
Provides several RuntimeExceptions.
-
Exception ClassesClassDescriptionWraps
AppExceptionand enables to throw AppException in overrided and no "throws AppException" signature method.Is used when you want to throw RuntimeException, but message is deifned in .properties.Is thorwn just likeRuntimeExceptionwhose message contains "ecuacion" so that you can see the Ezxception is thrown from the library.