Package com.ptc.windchill.esi.ov
Class ExpressionRendererException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.windchill.esi.utl.ESIException
com.ptc.windchill.esi.rnd.ESIRendererException
com.ptc.windchill.esi.ov.ExpressionRendererException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
Subclass of ESIRendererException (and therefore of WTException) which allows clients to determine that the exception was
thrown by an ESIRenderer during Expression rendering.
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
Supported API: trueConstructs a ExpressionRendererException with a Exception
Supported API: trueConstructs a ExpressionRendererException with a localizable standard message
Supported API: trueExpressionRendererException(String rb, String key, Object[] params) Constructs a ExpressionRendererException with a localizable standard message constructed from the bundle, key, and params.ExpressionRendererException(Throwable t, String rb, String key, Object[] params) Constructs a ESIRendererException with nested throwable, the bundle, key, and params. -
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
-
ExpressionRendererException
public ExpressionRendererException()Default constructor
Supported API: true -
ExpressionRendererException
Constructs a ExpressionRendererException with a localizable standard message
Supported API: true- Parameters:
msg- - exception message
-
ExpressionRendererException
Constructs a ExpressionRendererException with a Exception
Supported API: true- Parameters:
e- - exception
-
ExpressionRendererException
Constructs a ExpressionRendererException with a localizable standard message constructed from the bundle, key, and params.
Supported API: true- Parameters:
rb- the resource bundle the key resides inkey- the key containing the message in the resource bundleparams- the parameters to substitute in the message
-
ExpressionRendererException
Constructs a ESIRendererException with nested throwable, the bundle, key, and params.
Supported API: true- Parameters:
t- the nested throwablerb- the resource bundle the key resides inkey- the key containing the message in the resource bundleparams- the parameters to substitute in the message
-