Web::DOM::Exception
DOMException
object
DESCRIPTION
The Web::DOM::Exception
class implements the DOMException
interface.
METHODS
In addition to the methods of the class Web::DOM::Error,
a deprecated method code
is available. [DOM]
An instance of the Web::DOM::Exception
class is implementing the Perl Error Object Interface Level 1 (see "ERROR OBJECT API" in Web::DOM::Error).
CONSTANTS
This class exports several constants for error codes for the code
method,
but they are now deprecated in favor of the name
method.
SPECIFICATION
- WEBIDL
-
Web IDL
<https://heycam.github.io/webidl/>
.
SEE ALSO
AUTHOR
Wakaba <wakaba@suikawiki.org>.
LICENSE
Copyright 2012-2017 Wakaba <wakaba@suikawiki.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.