public class CSSParseException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
CSSParseException(java.lang.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() |
java.lang.String |
getMessage() |
boolean |
isCallerNotified() |
boolean |
isEOF() |
void |
setCallerNotified(boolean callerNotified) |
void |
setLine(int i) |
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic Token getFound()
public int getLine()
public void setLine(int i)
public boolean isEOF()
public boolean isCallerNotified()
public void setCallerNotified(boolean callerNotified)
Copyright © 2014. All Rights Reserved.