com.ibm.wala.util
Class CancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wala.util.CancelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CallGraphBuilderCancelException, TabulationCancelException

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
  CancelException(java.lang.Exception cause)
           
protected CancelException(java.lang.String msg)
           
 
Method Summary
static CancelException make(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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)
Method Detail

make

public static CancelException make(java.lang.String msg)