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

异常信息类.

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



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

初始化 SmError 的新实例。

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