Package de.mid.innovator.m2msdk.util.msg
Interface MessageIF
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ChangeMessage,Message
Message handled by log model.
- Version:
- 11.4.2
- Author:
- jmback
-
Method Details
-
getDetails
String getDetails()Get the details of a message.- Returns:
- Detailsd of error message including call stack
-
remember
void remember()The message is stored into cache. This is useful for messages which should be accessed later. -
getName
String getName()Get the message name, i.e. description with variable arguments- Returns:
- description of the message
-