Class ManchesterSyntacticException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.exceptions.IncompatibleResourceException
it.uniroma2.art.semanticturkey.exceptions.manchester.ManchesterSyntacticException
All Implemented Interfaces:
Serializable

public class ManchesterSyntacticException extends IncompatibleResourceException
Author:
Andrea Turbati
See Also:
  • Constructor Details

    • ManchesterSyntacticException

      public ManchesterSyntacticException(String msg, int pos, String offendingTerm, List<String> expectedTokenList)
  • Method Details

    • getMsg

      public String getMsg()
    • getPos

      public int getPos()
    • getOffendingTerm

      public String getOffendingTerm()
    • getExpectedTokenList

      public List<String> getExpectedTokenList()