Class ProgressException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProgressException
    extends java.lang.RuntimeException
    An exception that is thrown by the progress monitor if something went wrong
    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
    • Constructor Detail

      • ProgressException

        public ProgressException​(java.lang.String message,
                                 java.lang.Object... args)
        Create a new ProgressException
        Parameters:
        message - The message
        args - The arguments for the message string
        See Also:
        String.format(java.lang.String, java.lang.Object...)