public class ExceptionVisitExpression extends ODataMessageException
Modifier and Type | Field and Description |
---|---|
static MessageReference |
COMMON |
errorCode, messageReference
Constructor and Description |
---|
ExceptionVisitExpression() |
ExceptionVisitExpression(MessageReference messageReference)
Create
ExceptionVisitExpression with given MessageReference . |
ExceptionVisitExpression(MessageReference message,
Throwable cause)
Create
ExceptionVisitExpression with given MessageReference and cause Throwable which
caused
this ExceptionVisitExpression . |
Modifier and Type | Method and Description |
---|---|
CommonExpression |
getFilterTree()
Get erroneous filter for debug information
|
void |
setFilterTree(CommonExpression filterTree)
Sets erroneous filter tree for debug information.
|
createMessageReference, getErrorCode, getMessage, getMessageReference
getApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final MessageReference COMMON
public ExceptionVisitExpression()
public ExceptionVisitExpression(MessageReference messageReference)
ExceptionVisitExpression
with given MessageReference
.messageReference
- references the message text (and additional values) of this ExceptionVisitExpression
public ExceptionVisitExpression(MessageReference message, Throwable cause)
ExceptionVisitExpression
with given MessageReference
and cause Throwable
which
caused
this ExceptionVisitExpression
.message
- references the message text (and additional values) of this ExceptionVisitExpression
cause
- exception which caused this ExceptionVisitExpression
public CommonExpression getFilterTree()
public void setFilterTree(CommonExpression filterTree)
filterTree
- Erroneous filter treeCopyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.