public class ParseException extends RuntimeException
| 构造器和说明 |
|---|
ParseException(String message,
Origin start,
Origin stop) |
ParseException(String command,
String message,
Origin start,
Origin stop) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommand() |
String |
getMessage() |
Origin |
getStart() |
Origin |
getStop() |
ParseException |
withCommand(String cmd) |
public String getMessage()
getMessage 在类中 Throwablepublic ParseException withCommand(String cmd)
public String getCommand()
public Origin getStart()
public Origin getStop()
Copyright © 2022. All rights reserved.