|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.windchill.esi.utl.ESIException
com.ptc.windchill.esi.evt.ESIEventException
public class ESIEventException
Carries information about exceptions that occur with ESI event-related
classes.
Supported API: true
Extendable: true
| Constructor Summary | |
|---|---|
ESIEventException()
Default constructor. |
|
ESIEventException(Exception err)
Create a new object based on the argument. |
|
ESIEventException(String msg)
Create a new object with the argument as a message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ESIEventException(String msg)
msg - The text to use as an exception message.public ESIEventException()
public ESIEventException(Exception err)
err - The exception that this object is to wrap.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||