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
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
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)
-
-