com.ptc.windchill.esi.evt
Class ESIEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.windchill.esi.utl.ESIException
com.ptc.windchill.esi.evt.ESIEventException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class ESIEventException
- extends ESIException
Carries information about exceptions that occur with ESI event-related
classes.
Supported API: true
Extendable: true
- See Also:
- Serialized Form
Fields inherited from class com.ptc.windchill.esi.utl.ESIException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
ESIEventException
public ESIEventException(String msg)
- Create a new object with the argument as a message.
Supported API: true
- Parameters:
msg
- The text to use as an exception message.
ESIEventException
public ESIEventException()
- Default constructor.
Supported API: true
ESIEventException
public ESIEventException(Exception err)
- Create a new object based on the argument.
Supported API: true
- Parameters:
err
- The exception that this object is to wrap.