public interface DMNMessage
extends org.kie.internal.builder.InternalMessage
Modifier and Type | Interface and Description |
---|---|
static class |
DMNMessage.Severity |
Modifier and Type | Method and Description |
---|---|
Throwable |
getException()
If this message relates to a java exception, this method returns a reference
to the actual Throwable object.
|
FEELEvent |
getFeelEvent()
If this message relates to a FEEL compilation or runtime event, this method
returns the reference to the actual FEEL event.
|
String |
getMessage()
Deprecated.
use
Message.getText() instead. |
DMNMessageType |
getMessageType()
Returns a classification of the event that raised the message.
|
DMNMessage.Severity |
getSeverity()
Deprecated.
use
Message.getLevel() instead. |
String |
getSourceId()
Returns the ID of the model element to which this message relates to
or null if this message does not refer to a specific model element.
|
Object |
getSourceReference()
Returns the actual model element reference to which this message relates to
or null if this message does not refer to a specific model element.
|
@Deprecated DMNMessage.Severity getSeverity()
Message.getLevel()
instead.@Deprecated String getMessage()
Message.getText()
instead.DMNMessageType getMessageType()
String getSourceId()
Object getSourceReference()
FEELEvent getFeelEvent()
Throwable getException()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.