Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tweetyproject.preferences.io.ParseException
All Implemented Interfaces:
Serializable

public class ParseException extends Exception
See Also:
  • Field Details

    • currentToken

      public Token currentToken
    • expectedTokenSequences

      public int[][] expectedTokenSequences
    • tokenImage

      public String[] tokenImage
  • Constructor Details

    • ParseException

      public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
    • ParseException

      public ParseException()
    • ParseException

      public ParseException(String message)