Package net.sf.tweety.preferences.io
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.tweety.preferences.io.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Token
currentToken
int[][]
expectedTokenSequences
java.lang.String[]
tokenImage
-
Constructor Summary
Constructors Constructor Description ParseException()
ParseException(java.lang.String message)
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
-
-
-
Field Detail
-
currentToken
public Token currentToken
-
expectedTokenSequences
public int[][] expectedTokenSequences
-
tokenImage
public java.lang.String[] tokenImage
-
-
Constructor Detail
-
ParseException
public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
-
ParseException
public ParseException()
-
ParseException
public ParseException(java.lang.String message)
-
-