com.ptc.windchill.esi.map
Class ESIMapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by wt.util.WTException
              extended by com.ptc.windchill.esi.utl.ESIException
                  extended by com.ptc.windchill.esi.map.ESIMapException
All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class ESIMapException
extends com.ptc.windchill.esi.utl.ESIException

Thrown when a serious error occurs in map processing.

Supported API: true

Extendable: false

See Also:
Serialized Form

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 wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
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

ESIMapException

public ESIMapException()
default constructor.

Supported API: true


ESIMapException

public ESIMapException(String msg)
Passes message to base constructor.

Supported API: true

Parameters:
msg - The message to pass to the base class constructor.

ESIMapException

public ESIMapException(Exception e)
Pass an exception to the base class.

Supported API: true

Parameters:
e - The exception that is to be passed to the base class.