java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openpdf.css.parser.CSSParseException
- All Implemented Interfaces:
Serializable
- See Also:
-
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
Modifier and TypeMethodDescriptiongetFound()intgetLine()booleanbooleanisEOF()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
-
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)
-