Class InvocationCommandException

    • Constructor Summary

      Constructors 
      Constructor Description
      InvocationCommandException​(Component message, java.lang.Throwable cause)
      Constructs a new exception with the given message and the given cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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
    • Constructor Detail

      • InvocationCommandException

        public InvocationCommandException​(Component message,
                                          java.lang.Throwable cause)
        Constructs a new exception with the given message and the given cause.
        Parameters:
        message - The detail message
        cause - The cause