Package org.faktorips.runtime.util
Interface IMessage
-
- All Known Implementing Classes:
Message
public interface IMessageA human readable text message with an optional code that identifies the type of the message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCode()Returns the message code.java.lang.StringgetText()Returns the human-readable message text.
-