Class UnexpectedSymbolException

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

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

    Fields 
    Modifier and Type Field Description
    int position  
    java.lang.CharSequence source  
    char symbol  
  • Constructor Summary

    Constructors 
    Constructor Description
    UnexpectedSymbolException​(java.lang.CharSequence source, int position)  
  • 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
  • Field Details

    • source

      public final java.lang.CharSequence source
    • symbol

      public final char symbol
    • position

      public final int position
  • Constructor Details