Class UncheckedAppException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.ecuacion.lib.core.exception.unchecked.UncheckedAppException
All Implemented Interfaces:
Serializable

public class UncheckedAppException extends RuntimeException
Wraps AppException and enables to throw AppException in overrided and no "throws AppException" signature method.

After throwed, catched and procesed in library is exactly the same as SingleAppException.

See Also:
  • Constructor Details

    • UncheckedAppException

      public UncheckedAppException(@Nonnull AppException ex)
      Constructs a new instance with AppException.
      Parameters:
      ex - appException