Package com.openhtmltopdf.css.parser
Class CSSParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.openhtmltopdf.css.parser.CSSParseException
- All Implemented Interfaces:
Serializable
public class CSSParseException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CSSParseException(Token found, Token[] expected, int line)CSSParseException(Token found, Token expected, int line)CSSParseException(String message, int line) -
Method Summary
Modifier and Type Method Description TokengetFound()intgetLine()StringgetMessage()booleanisCallerNotified()booleanisEOF()voidsetCallerNotified(boolean callerNotified)voidsetLine(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:
getMessagein 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)
-