public static class ExpressionResolver.ExpressionResolutionServerException extends RuntimeException
resolver extension execution
not due to problems with user input like the expression string being resolved or the configuration
of resources backing the resolver extension.
Note: this should only be thrown if the ExpressionResolverExtension is
sure the expression string is meant to be resolved by itself. Do not throw this in situations
where this is unclear.
Note: this should only be thrown to report internal failures in the
ExpressionResolverExtension.resolveExpression(String, OperationContext) execution.
Use ExpressionResolver.ExpressionResolutionUserException to report problems with user inputs.
| Constructor and Description |
|---|
ExpressionResolutionServerException(String msg) |
ExpressionResolutionServerException(String msg,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022 JBoss by Red Hat. All rights reserved.