Package 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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCSSParseException
(String message, int line) CSSParseException
(Token found, Token[] expected, int line) CSSParseException
(Token found, Token expected, int line) -
Method Summary
Modifier and TypeMethodDescriptiongetFound()
int
getLine()
boolean
boolean
isEOF()
void
setCallerNotified
(boolean callerNotified) void
setLine
(int i) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSSParseException
-
CSSParseException
-
CSSParseException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
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)
-