Query: je::object::error
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
JE::Object::Error(3pm) User Contributed Perl Documentation JE::Object::Error(3pm)NAMEJE::Object::Error - JavaScript Error object classSYNOPSISuse JE::Object::Error; # Somewhere in code called by an eval{} die new JE::Object::Error $global, "(Error message here)"; # Later: $@->prop('message'); # error message $@->prop('name'); # 'Error' "$@"; # 'Error: ' plus the error messageDESCRIPTIONThis class implements JavaScript Error objects for JE. This is the base class for all JavaScript's native error objects. (See "SEE ALSO", below.)METHODSSee JE::Types for descriptions of most of the methods. Only what is specific to JE::Object::Error is explained here. The "value" method returns the string 'Error: ' followed by the error message. 'Error' will be replaced with the class name (the result of calling "->class") for subclasses.SEE ALSOJE JE::Object JE::Object::Error::RangeError JE::Object::Error::SyntaxError JE::Object::Error::TypeError JE::Object::Error::URIError JE::Object::Error::ReferenceError perl v5.14.2 2012-03-18 JE::Object::Error(3pm)
Related Man Pages |
---|
gtk2::gdk::pixbufloader(3) - suse |
config::scoped::error(3pm) - debian |
gtk2::gdk::pixbufloader(3pm) - debian |
je::types(3pm) - debian |
set::object::weak(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Introduction |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |