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


package jp.ecuacion.lib.core.exception.unchecked
Provides several RuntimeExceptions.
  • Exception Classes
    Class
    Description
    Is thorwn just like RuntimeException whose message contains "ecuacion" so that you can see the Ezxception is thrown from the library.
    Wraps AppException and enables to throw AppException in overrided and no "throws AppException" signature method.