public class CSSParseException extends RuntimeException
| Constructor and Description |
|---|
CSSParseException(String message,
int line) |
CSSParseException(Token found,
Token[] expected,
int line) |
CSSParseException(Token found,
Token expected,
int line) |
| Modifier and Type | Method and Description |
|---|---|
Token |
getFound() |
int |
getLine() |
String |
getMessage() |
boolean |
isCallerNotified() |
boolean |
isEOF() |
void |
setCallerNotified(boolean callerNotified) |
void |
setLine(int i) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CSSParseException(String message, int line)
public String getMessage()
getMessage in class Throwablepublic Token getFound()
public int getLine()
public void setLine(int i)
public boolean isEOF()
public boolean isCallerNotified()
public void setCallerNotified(boolean callerNotified)
Copyright © 2017. All rights reserved.