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


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