Package jp.ecuacion.lib.core.exception.unchecked


package jp.ecuacion.lib.core.exception.unchecked
Provides several RuntimeExceptions.
  • Exception Classes
    Class
    Description
    Wraps AppException and 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 like RuntimeException whose message contains "ecuacion" so that you can see the Ezxception is thrown from the library.