public class Message extends Object
| Constructor and Description |
|---|
Message(Severity severity,
ClassCode elementClass,
int elementId,
String message,
String commandDescription)
Initialize a new message
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandDescription() |
ClassCode |
getElementClass() |
int |
getElementId() |
Severity |
getSeverity() |
String |
getText() |
String |
toString() |
public Message(Severity severity, ClassCode elementClass, int elementId, String message, String commandDescription)
Initialize a new message
severity - The severity of the messageelementClass - The corresponding element classelementId - The corresponding element IDmessage - A messagecommandDescription - The command description (optional), typically the output of the ToString()method for the command
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.