Class Message
java.lang.Object
org.kie.kogito.tracing.event.message.Message
- Direct Known Subclasses:
DecisionMessage
Message to be eventually extended by model-specific implementations-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMessage()Message(MessageLevel level, MessageCategory category, String type, String sourceId, String text, MessageExceptionField exception, ModelDomain modelDomain) -
Method Summary
-
Constructor Details
-
Message
protected Message() -
Message
public Message(MessageLevel level, MessageCategory category, String type, String sourceId, String text, MessageExceptionField exception, ModelDomain modelDomain)
-
-
Method Details
-
getLevel
-
getCategory
-
getType
-
getSourceId
-
getText
-
getException
-