Package com.adbs.ast

Class ParsingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParsingException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • 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 Detail

      • errorPos

        public Pos errorPos
      • errorTokenValue

        public java.lang.String errorTokenValue
    • Constructor Detail

      • ParsingException

        public ParsingException​(java.lang.String message)
      • ParsingException

        public ParsingException​(java.lang.String message,
                                Token token)
      • ParsingException

        public ParsingException​(java.lang.String message,
                                java.lang.String token)