| 包 | com.supermap.web.resources |
| 类 | public class SmServerError |
| 继承 | SmServerError Error |
用于定义系统内抛出的异常信息,以帮助您排除代码中的故障。通常,将 SmError 对象从 try 代码块中引发,然后由 catch 或 finally 代码块捕获。
| 方法 | 定义方 | ||
|---|---|---|---|
|
SmServerError(errorCode:String, ... args)
初始化 SmError 的新实例。
|
SmServerError | ||