org.xhtmlrenderer.css.parser
Class CSSParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xhtmlrenderer.css.parser.CSSParseException
All Implemented Interfaces:
Serializable

public class CSSParseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
CSSParseException(String message, int line)
           
CSSParseException(Token found, Token[] expected, int line)
           
CSSParseException(Token found, Token expected, int line)
           
 
Method Summary
 Token getFound()
           
 int getLine()
           
 String getMessage()
           
 boolean isCallerNotified()
           
 boolean isEOF()
           
 void setCallerNotified(boolean callerNotified)
           
 void setLine(int i)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

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)


Copyright © 2013. All Rights Reserved.