org.xhtmlrenderer.css.parser
Class CSSParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xhtmlrenderer.css.parser.CSSParseException
- All Implemented Interfaces:
- Serializable
public class CSSParseException
- extends RuntimeException
- See Also:
- Serialized Form
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)
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.