public class ErrorEntry extends Object implements de.uka.ipd.sdq.errorhandling.IIssue
| Constructor and Description |
|---|
ErrorEntry(org.antlr.runtime.RecognitionException ex,
String errorText) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.runtime.RecognitionException |
getEx() |
String |
getMessage() |
de.uka.ipd.sdq.errorhandling.SeverityEnum |
getSeverity() |
public ErrorEntry(org.antlr.runtime.RecognitionException ex,
String errorText)
public org.antlr.runtime.RecognitionException getEx()
public String getMessage()
getMessage in interface de.uka.ipd.sdq.errorhandling.IIssuepublic de.uka.ipd.sdq.errorhandling.SeverityEnum getSeverity()