com.ptc.windchill.upgrade.modeldiff
Class CancelException

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

public class CancelException
extends Throwable

There is no constructor that takes a String arg, so that it is only used to get out. The called methods are required to print the details, not the calling method. This Modeldiff class is public for the GUI.

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()