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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCSSParseException
(String message, int line) CSSParseException
(String message, int line, @Nullable Throwable cause) CSSParseException
(Token found, Token @Nullable [] expected, int line) CSSParseException
(Token found, Token expected, int line) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
_found
-
_expected
-
_line
private int _line -
_genericMessage
-
_callerNotified
private boolean _callerNotified
-
-
Constructor Details
-
CSSParseException
-
CSSParseException
-
CSSParseException
-
CSSParseException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
descr
-
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)
-