Class AxiomQueryError

java.lang.Object
com.evolveum.axiom.lang.antlr.AxiomQueryError

public class AxiomQueryError extends Object
Created by Dominik.
  • Constructor Details

    • AxiomQueryError

      public AxiomQueryError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLineStart, int charPositionInLineStop, String msg, org.antlr.v4.runtime.RecognitionException e)
  • Method Details

    • getRecognizer

      public org.antlr.v4.runtime.Recognizer<?,?> getRecognizer()
    • getOffendingSymbol

      public Object getOffendingSymbol()
    • getLine

      public int getLine()
    • getCharPositionInLineStart

      public int getCharPositionInLineStart()
    • getCharPositionInLineStop

      public int getCharPositionInLineStop()
    • getMessage

      public String getMessage()
    • getException

      public org.antlr.v4.runtime.RecognitionException getException()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object