js error

  

Native Error Types Used in This Standard  *6:

1,EvalError  //            es5 已废除,为保证兼容性保留.

2, RangeError  //          new Array(-1)    Uncaught RangeError

3, ReferenceError //      typeof a.a    Uncaught ReferenceError

4,SyntaxError //         var a = 3; Uncaught SyntaxError : Invalid or unexpected token  //中文封号

5, TypeError   //           123();   Uncaught TypeError: 123 is not a function

6, URIError   //             decodeURI("%!")  Uncaught URIError: URI malformed

 

以上方法 都可以创建实例,然后用thorw 抛出。

posted @ 2017-06-13 09:40  Tachi  阅读(206)  评论(0编辑  收藏  举报