com.ptc.windchill.upgrade.util
Class CancelException

java.lang.Object
  extended byjava.lang.Throwable
      extended bycom.ptc.windchill.upgrade.util.CancelException
All Implemented Interfaces:
Serializable

public class CancelException
extends Throwable

Used by code that must not call System.exit(0) or System.exit(1). This class has no constructor that takes a String arg, so that it is only used to get out. The class methods that throw this exception are required to print the details, not the classes methods that catch.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CancelException()
           
 
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

public CancelException()