Package com.ptc.windchill.esi.map
Class ESIMapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.windchill.esi.utl.ESIException
com.ptc.windchill.esi.map.ESIMapException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
Thrown when a serious error occurs in map processing.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor.Pass an exception to the base class.ESIMapException(String msg) Passes message to base constructor. -
Method Summary
Methods inherited from class com.ptc.windchill.esi.utl.ESIException
getErrorCode, setErrorCodeMethods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getExceptionIdentifier, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ESIMapException
public ESIMapException()default constructor.
Supported API: true -
ESIMapException
Passes message to base constructor.
Supported API: true- Parameters:
msg- The message to pass to the base class constructor.
-
ESIMapException
Pass an exception to the base class.
Supported API: true- Parameters:
e- The exception that is to be passed to the base class.
-