| Package | Description |
|---|---|
| org.kie.dmn.feel.runtime.events |
| Modifier and Type | Method and Description |
|---|---|
FEELEvent.Severity |
FEELEventBase.getSeverity() |
FEELEvent.Severity |
FEELEvent.getSeverity() |
static FEELEvent.Severity |
FEELEvent.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FEELEvent.Severity[] |
FEELEvent.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DecisionTableRulesMatchedEvent(FEELEvent.Severity severity,
String msg,
String nodeName,
List<Integer> matches) |
FEELEventBase(FEELEvent.Severity severity,
String message,
Throwable sourceException) |
HitPolicyViolationEvent(FEELEvent.Severity severity,
String msg,
String nodeName,
List<Integer> offendingRules) |
InvalidInputEvent(FEELEvent.Severity severity,
String msg,
String nodeName,
String inputName,
String validInputs) |
SyntaxErrorEvent(FEELEvent.Severity severity,
String msg,
org.antlr.v4.runtime.RecognitionException e,
int line,
int charPositionInLine,
Object offendingSymbol) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.