public class ExpressionEvaluationException extends TeiidProcessingException
code
Constructor and Description |
---|
ExpressionEvaluationException()
No-arg constructor required by Externalizable semantics.
|
ExpressionEvaluationException(BundleUtil.Event event,
String msg) |
ExpressionEvaluationException(BundleUtil.Event event,
Throwable e) |
ExpressionEvaluationException(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, 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(BundleUtil.Event event, Throwable e)
public ExpressionEvaluationException(BundleUtil.Event event, Throwable e, String msg)
public ExpressionEvaluationException(BundleUtil.Event event, String msg)
Copyright © 2018 JBoss by Red Hat. All rights reserved.