java.lang.Object
org.palladiosimulator.pcm.stochasticexpressions.parser.ErrorEntry
All Implemented Interfaces:
de.uka.ipd.sdq.errorhandling.IIssue

public class ErrorEntry extends Object implements de.uka.ipd.sdq.errorhandling.IIssue
  • Constructor Details

    • ErrorEntry

      public ErrorEntry(org.antlr.runtime.RecognitionException ex, String errorText)
  • Method Details

    • getEx

      public org.antlr.runtime.RecognitionException getEx()
    • getMessage

      public String getMessage()
      Specified by:
      getMessage in interface de.uka.ipd.sdq.errorhandling.IIssue
    • getSeverity

      public de.uka.ipd.sdq.errorhandling.SeverityEnum getSeverity()