com.ptc.windchill.upgrade.util
Class ErrorException
java.lang.Object
java.lang.Throwable
com.ptc.windchill.upgrade.util.ErrorException
- All Implemented Interfaces:
- Serializable
- public class ErrorException
- 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
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ErrorException
public ErrorException()