Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015년 7월.
* Some parts of this feature may have varying levels of support.
URIError 객체는 전역 URI 핸들링 함수가 잘못된 방식으로 사용되었을 때의 오류를 표현합니다.
새로운 URIError 객체를 만듭니다.
오류 메시지. 비록 ECMA-262에서 RangeError는 반드시 자체 message 속성을 제공해야한다고 명시했지만, SpiderMonkey는 Error.prototype.message를 상속합니다.
URIError.prototype.name오류 이름. Error로부터 상속되었습니다.
URIError.prototype.fileName오류가 발생한 파일 경로. Error로부터 상속되었습니다.
URIError.prototype.lineNumber오류가 발생한 곳의 줄 위치. Error로부터 상속되었습니다.
URIError.prototype.columnNumber오류가 발생한 곳의 열 위치. Error로부터 상속되었습니다.
URIError.prototype.stack스택 추적. Error로부터 상속되었습니다.
| ECMAScript® 2027 Language Specification # sec-native-error-types-used-in-this-standard-urierror |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2023년 8월 8일 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.