Package jetbrains.mps.make.script
Interface IFeedback
- 
- All Known Implementing Classes:
 IFeedback.Default,IFeedback.ERROR,IFeedback.INFORMATION,IFeedback.MESSAGE,IFeedback.Stub,IFeedback.WARNING
public interface IFeedback 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIFeedback.Defaultstatic classIFeedback.ERRORstatic classIFeedback.INFORMATIONstatic classIFeedback.MESSAGEstatic classIFeedback.Severitystatic classIFeedback.Stubstatic classIFeedback.WARNING 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowablegetException()StringgetMessage()IFeedback.SeveritygetSeverity()ObjectgetSource() 
 - 
 
- 
- 
Method Detail
- 
getSeverity
IFeedback.Severity getSeverity()
 
- 
getMessage
String getMessage()
 
- 
getSource
Object getSource()
 
- 
getException
Throwable getException()
 
 - 
 
 -