Class ConsoleException.ConsoleArgsException

    • Constructor Summary

      Constructors 
      Constructor Description
      ConsoleArgsException​(java.lang.String[] aArgs, java.lang.String message)
      Instantiates a new console args exception.
      ConsoleArgsException​(java.lang.String[] aArgs, java.lang.String aMessage, java.lang.String aErrorCode)
      Instantiates a new console args exception.
      ConsoleArgsException​(java.lang.String[] aArgs, java.lang.String message, java.lang.Throwable cause)
      Instantiates a new console args exception.
      ConsoleArgsException​(java.lang.String[] aArgs, java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new console args exception.
      ConsoleArgsException​(java.lang.String[] aArgs, java.lang.Throwable cause)
      Instantiates a new console args exception.
      ConsoleArgsException​(java.lang.String[] aArgs, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new console args exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getArgs​()
      Gets the args.
      • 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

      • ConsoleArgsException

        public ConsoleArgsException​(java.lang.String[] aArgs,
                                    java.lang.String aMessage,
                                    java.lang.String aErrorCode)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        aMessage - the message
        aErrorCode - the error code
      • ConsoleArgsException

        public ConsoleArgsException​(java.lang.String[] aArgs,
                                    java.lang.String aMessage,
                                    java.lang.Throwable aCause,
                                    java.lang.String aErrorCode)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • ConsoleArgsException

        public ConsoleArgsException​(java.lang.String[] aArgs,
                                    java.lang.String message,
                                    java.lang.Throwable cause)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        message - the message
        cause - the cause
      • ConsoleArgsException

        public ConsoleArgsException​(java.lang.String[] aArgs,
                                    java.lang.String message)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        message - the message
      • ConsoleArgsException

        public ConsoleArgsException​(java.lang.String[] aArgs,
                                    java.lang.Throwable aCause,
                                    java.lang.String aErrorCode)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        aCause - the cause
        aErrorCode - the error code
      • ConsoleArgsException

        public ConsoleArgsException​(java.lang.String[] aArgs,
                                    java.lang.Throwable cause)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        cause - the cause
    • Method Detail

      • getArgs

        public java.lang.String[] getArgs​()
        Gets the args.
        Specified by:
        getArgs in interface ArgsAccessor
        Returns:
        the args