Package jetbrains.mps.messages
Interface IMessage
- 
- All Known Implementing Classes:
 Message,ValidationError
public interface IMessagePiece of information intended for consumption by an end-user. Please do not use to report debug information unless expected/requested by a user (e.g. with an UI option). Debug/trace stuff shall go directly to log, to facilitate control with general log4j mechanism (i.e. log.xml). fyodor, 3/22/11 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreationTime()ThrowablegetException()StringgetHelpUrl()ObjectgetHintObject()MessageKindgetKind()StringgetSender()StringgetText() 
 -