java.lang.Object
java.lang.Throwable
java.lang.Exception
org.csveed.token.ParseException
-
Constructor Summary
ConstructorDescriptionParseException
(ParseState state, int symbolCharacter, EncounteredSymbol symbol) Instantiates a new parses the exception. -
Method Summary
Modifier and TypeMethodDescriptiongetState()
Gets the state.Gets the symbol.int
Gets the symbol character.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
Instantiates a new parses the exception.- Parameters:
state
- the statesymbolCharacter
- the symbol charactersymbol
- the symbol
-
-
Method Details
-
getState
-
getSymbol
-
getSymbolCharacter
public int getSymbolCharacter()Gets the symbol character.- Returns:
- the symbol character
-
getMessage
- Overrides:
getMessage
in classThrowable
-