Class CSSParseException

All Implemented Interfaces:
Serializable

public class CSSParseException extends RuntimeException
See Also:
  • Field Details

    • _found

      private final Token _found
    • _expected

      private final Token[] _expected
    • _line

      private int _line
    • _genericMessage

      private final String _genericMessage
    • _callerNotified

      private boolean _callerNotified
  • Constructor Details

    • CSSParseException

      public CSSParseException(String message, int line)
    • CSSParseException

      public CSSParseException(String message, int line, Throwable cause)
    • 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
    • descr

      private String descr(Token[] tokens)
    • 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)