Class ReportCommandException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ReportCommandException
    extends java.lang.RuntimeException
    An exception that propagates to the launcher causing an error message to be logged to the console. Does not print the stack trace.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • exitCode

        public final ExitCode exitCode
    • Constructor Detail

      • ReportCommandException

        public ReportCommandException​(ExitCode exitCode)
      • ReportCommandException

        public ReportCommandException​(java.lang.String message,
                                      ExitCode exitCode)
      • ReportCommandException

        public ReportCommandException​(java.lang.String message,
                                      ExitCode exitCode,
                                      java.lang.Throwable cause)