Class RuntimeAppException

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

public class RuntimeAppException 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

    • RuntimeAppException

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