Class ExpectedSymbolsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
quickparse.parsing.exception.ExpectedSymbolsException
All Implemented Interfaces:
java.io.Serializable

public class ExpectedSymbolsException
extends java.lang.Exception
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.Set<TokenSymbol> expectedSymbols  
    int position  
    java.lang.CharSequence source  
  • Constructor Summary

    Constructors 
    Constructor Description
    ExpectedSymbolsException​(java.lang.CharSequence source, int position, java.util.Set<TokenSymbol> expectedSymbols)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait