JavaScript::Error - Encapsulates errors thrown from JavaScript


JavaScript documentation  | view source Contained in the JavaScript distribution.

Index


NAME

Top

JavaScript::Error - Encapsulates errors thrown from JavaScript

INTERFACE

Top

INSTANCE METHODS

message

The cause of the exception.

file

The name of the file that the caused the exception.

line

The line number in the file that caused the exception.

as_string

A stringification of the exception in the format $message at $line in $file

stacktrace

Returns the stacktrace for the exception as a list of hashrefs containing function, file and lineno.

OVERLOADED OPERATIONS

Top

This class overloads stringification an will return the result from the method as_string.


JavaScript documentation  | view source Contained in the JavaScript distribution.