Class StructureRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.struct.StructureRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
AmbiguousKeyRuntimeException, KeyNotFoundRuntimeException

public abstract class StructureRuntimeException extends org.refcodes.exception.AbstractRuntimeException
The StructureRuntimeException is the base runtime exception for this package.
See Also:
  • Constructor Details

    • StructureRuntimeException

      public StructureRuntimeException(String aMessage, String aErrorCode)
    • StructureRuntimeException

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

      public StructureRuntimeException(String aMessage, Throwable aCause)
    • StructureRuntimeException

      public StructureRuntimeException(String aMessage)
    • StructureRuntimeException

      public StructureRuntimeException(Throwable aCause, String aErrorCode)
    • StructureRuntimeException

      public StructureRuntimeException(Throwable aCause)