com.supermap.web.resources
public class SmServerError
继承 SmServerError Inheritance Error

异常信息类.

用于定义系统内抛出的异常信息,以帮助您排除代码中的故障。通常,将 SmError 对象从 try 代码块中引发,然后由 catch 或 finally 代码块捕获。



公共方法
  方法 定义方
   
SmServerError(errorCode:String, ... args)
初始化 SmError 的新实例。
SmServerError
构造函数详细信息
SmServerError () 构造函数
public function SmServerError(errorCode:String, ... args)

初始化 SmError 的新实例。

参数
errorCode:String — 引发错误的源代码。
 
... args — 其它参数。