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 overridden and no "throws AppException" signature method.

After thrown, caught and processed 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