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)
      Instantiates a new decompose exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • DecomposeRuntimeException

      public DecomposeRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new decompose exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • DecomposeRuntimeException

      public DecomposeRuntimeException(String message, Throwable cause)
      Instantiates a new decompose exception.
      Parameters:
      message - the message
      cause - the cause
    • DecomposeRuntimeException

      public DecomposeRuntimeException(String message)
      Instantiates a new decompose exception.
      Parameters:
      message - the message
    • DecomposeRuntimeException

      public DecomposeRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new decompose exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • DecomposeRuntimeException

      public DecomposeRuntimeException(Throwable cause)
      Instantiates a new decompose exception.
      Parameters:
      cause - the cause