Class CancelException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CancelException
    extends java.lang.Exception
    An exception for when work is canceled in eclipse. This version forces every API that uses it to declare it. Use CancelRuntimeException to avoid the need to declare a cancel exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        CancelException​(java.lang.Exception cause)  
      protected CancelException​(java.lang.String msg)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CancelException make​(java.lang.String msg)  
      • 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

        protected CancelException​(java.lang.String msg)
      • CancelException

        public CancelException​(java.lang.Exception cause)