Class MissingTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.fridujo.glacio.parsing.ParsingException
-
- com.github.fridujo.glacio.parsing.parser.MissingTokenException
-
- All Implemented Interfaces:
Serializable
public class MissingTokenException extends ParsingException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingTokenException(FixedTokenDefinition expected, Token found)MissingTokenException(Token found, DynamicTokenDefinition... expectations)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingTokenException
public MissingTokenException(FixedTokenDefinition expected, Token found)
-
MissingTokenException
public MissingTokenException(Token found, DynamicTokenDefinition... expectations)
-
-