Package jetbrains.mps.smodel
Class SReference.ProblemDescription
- java.lang.Object
 - 
- jetbrains.mps.smodel.SReference.ProblemDescription
 
 
- 
- Enclosing class:
 - SReference
 
public static final class SReference.ProblemDescription extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ProblemDescription(SNodeReference node, String message) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()SNodeReferencegetNode() 
 - 
 
- 
- 
Constructor Detail
- 
ProblemDescription
public ProblemDescription(@NotNull SNodeReference node, @NotNull String message)
 
 - 
 
- 
Method Detail
- 
getNode
@NotNull public SNodeReference getNode()
 
- 
getMessage
public String getMessage()
 
 - 
 
 -