Class NoExceptionAvailableRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable, UndoableAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

    public class NoExceptionAvailableRuntimeException
    extends CommandRuntimeException
    The Class NoExceptionAvailableRuntimeException.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Undoable getUndoable()
      Gets the undoable.
      • Methods inherited from class org.refcodes.exception.AbstractException

        getErrorCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                    java.lang.String aMessage,
                                                    java.lang.String aErrorCode)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aErrorCode - the error code
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                    java.lang.String aMessage,
                                                    java.lang.Throwable aCause,
                                                    java.lang.String aErrorCode)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                    java.lang.String message,
                                                    java.lang.Throwable cause)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        message - the message
        cause - the cause
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                    java.lang.String message)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        message - the message
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                    java.lang.Throwable aCause,
                                                    java.lang.String aErrorCode)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        aCause - the cause
        aErrorCode - the error code
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                    java.lang.Throwable cause)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        cause - the cause