| Package | Description |
|---|---|
| org.openl.rules.ruleservice.core | |
| org.openl.rules.ruleservice.core.interceptors |
| Modifier and Type | Method and Description |
|---|---|
ExceptionType |
RuleServiceWrapperException.getType()
Returns error type
|
static ExceptionType |
ExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionType[] |
ExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RuleServiceWrapperException(String simpleMessage,
ExceptionType type,
String message,
Throwable cause)
Constructs a new RuleServiceWrapperException with the specified detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.lang3.tuple.Pair<ExceptionType,String> |
ServiceInvocationAdvice.getExceptionDetailAndType(Exception ex) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.