Package de.uka.ipd.sdq.errorhandling
Interface IIssue
-
- All Known Implementing Classes:
ExpectedTypeMismatchIssue
public interface IIssue
Interface for reportable issues.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
Issue message.
-
-
-
Method Detail
-
getMessage
String getMessage()
Issue message.
-
-