public class ExpressionEvaluationException
extends org.teiid.core.TeiidProcessingException
Constructor and Description |
---|
ExpressionEvaluationException()
No-arg constructor required by Externalizable semantics.
|
ExpressionEvaluationException(org.teiid.core.BundleUtil.Event event,
String msg) |
ExpressionEvaluationException(org.teiid.core.BundleUtil.Event event,
Throwable e) |
ExpressionEvaluationException(org.teiid.core.BundleUtil.Event event,
Throwable e,
String msg) |
ExpressionEvaluationException(String message)
Construct an instance with the message specified.
|
ExpressionEvaluationException(Throwable e) |
ExpressionEvaluationException(Throwable e,
String message)
Construct an instance from a message and an exception to chain to this one.
|
getCode, getFullMessage, getMessage, getOriginalType, setCode, setOriginalType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExpressionEvaluationException()
public ExpressionEvaluationException(String message)
message
- A message describing the exceptionpublic ExpressionEvaluationException(Throwable e)
public ExpressionEvaluationException(Throwable e, String message)
message
- A message describing the exceptione
- An exception to nest within this onepublic ExpressionEvaluationException(org.teiid.core.BundleUtil.Event event, Throwable e)
public ExpressionEvaluationException(org.teiid.core.BundleUtil.Event event, Throwable e, String msg)
public ExpressionEvaluationException(org.teiid.core.BundleUtil.Event event, String msg)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.