Package jetbrains.mps.make.script
Class IFeedback.Stub
- java.lang.Object
 - 
- jetbrains.mps.make.script.IFeedback.Stub
 
 
- 
- All Implemented Interfaces:
 IFeedback
- Direct Known Subclasses:
 IFeedback.Default
- Enclosing interface:
 - IFeedback
 
public abstract static class IFeedback.Stub extends Object implements IFeedback
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface jetbrains.mps.make.script.IFeedback
IFeedback.Default, IFeedback.ERROR, IFeedback.INFORMATION, IFeedback.MESSAGE, IFeedback.Severity, IFeedback.Stub, IFeedback.WARNING 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Stub() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetException()ObjectgetSource()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jetbrains.mps.make.script.IFeedback
getMessage, getSeverity 
 - 
 
 -