public class MagicScriptException extends RuntimeException
| 构造器和说明 |
|---|
MagicScriptException(String errorMessage) |
MagicScriptException(String errorMessage,
Span location) |
MagicScriptException(String errorMessage,
String simpleMessage,
Span location) |
MagicScriptException(String message,
String simpleMessage,
Throwable cause,
Span location) |
| 限定符和类型 | 方法和说明 |
|---|---|
Span.Line |
getLine() |
Span |
getLocation() |
String |
getSimpleMessage() |
Copyright © 2020–2021. All rights reserved.