|
|||||||||
| 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.map.ESIMapException
public class ESIMapException
Thrown when a serious error occurs in map processing.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
ESIMapException()
default constructor. |
|
ESIMapException(Exception e)
Pass an exception to the base class. |
|
ESIMapException(String msg)
Passes message to base constructor. |
|
| 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 ESIMapException()
public ESIMapException(String msg)
msg - The message to pass to the base class constructor.public ESIMapException(Exception e)
e - The exception that is to be passed to the base class.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||