Class DecomposeException.DecomposeRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.component.ComponentRuntimeException
org.refcodes.component.DecomposeException.DecomposeRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Enclosing class:
DecomposeException

public static class DecomposeException.DecomposeRuntimeException extends ComponentRuntimeException
Unchecked exception with the same semantics as the DecomposeException.
See Also:
  • Constructor Details

    • DecomposeRuntimeException

      public DecomposeRuntimeException(String aMessage, String aErrorCode)
    • DecomposeRuntimeException

      public DecomposeRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • DecomposeRuntimeException

      public DecomposeRuntimeException(String aMessage, Throwable aCause)
    • DecomposeRuntimeException

      public DecomposeRuntimeException(String aMessage)
    • DecomposeRuntimeException

      public DecomposeRuntimeException(Throwable aCause, String aErrorCode)
    • DecomposeRuntimeException

      public DecomposeRuntimeException(Throwable aCause)