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.
    Designates non-empty is required.
    Wraps AppException and enables to throw AppException in overrided and no "throws AppException" signature method.