Class CancelException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CancelException
    extends java.lang.RuntimeException
    Exceptional return code from the operation. Indicates user-cancelled status User interface classes can handle this exception in special way (e.g. do not popup dialog with exception info).
    Author:
    Petr Hamernik
    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

      • CancelException

        public CancelException()
      • CancelException

        public CancelException​(java.lang.String message)