Class CSSParseException

All Implemented Interfaces:
Serializable

public class CSSParseException
extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • CSSParseException

      public CSSParseException​(String message, int line)
    • CSSParseException

      public CSSParseException​(Token found, Token expected, int line)
    • CSSParseException

      public CSSParseException​(Token found, Token[] expected, int line)
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getFound

      public Token getFound()
    • getLine

      public int getLine()
    • setLine

      public void setLine​(int i)
    • isEOF

      public boolean isEOF()
    • isCallerNotified

      public boolean isCallerNotified()
    • setCallerNotified

      public void setCallerNotified​(boolean callerNotified)