public class CSSParseException extends RuntimeException
| 构造器和说明 |
|---|
CSSParseException(String message,
int line) |
CSSParseException(Token found,
Token[] expected,
int line) |
CSSParseException(Token found,
Token expected,
int line) |
| 限定符和类型 | 方法和说明 |
|---|---|
Token |
getFound() |
int |
getLine() |
String |
getMessage() |
boolean |
isCallerNotified() |
boolean |
isEOF() |
void |
setCallerNotified(boolean callerNotified) |
void |
setLine(int i) |
public CSSParseException(String message, int line)
public String getMessage()
getMessage 在类中 Throwablepublic Token getFound()
public int getLine()
public void setLine(int i)
public boolean isEOF()
public boolean isCallerNotified()
public void setCallerNotified(boolean callerNotified)
Copyright © 2019. All Rights Reserved.