je::object::error::urierror(3pm) debian man page | unix.com

Man Page: je::object::error::urierror

Operating Environment: debian

Section: 3pm

JE::Object::Error::URIError(3pm)			User Contributed Perl Documentation			  JE::Object::Error::URIError(3pm)

NAME
JE::Object::Error::URIError - JavaScript URIError object class
SYNOPSIS
use JE::Object::Error::URIError; # Somewhere in code called by an eval{} die new JE::Object::Error::URIError $global, "(Error message here)"; # Later: $@->prop('message'); # error message $@->prop('name'); # 'URIError' "$@"; # 'URIError: ' plus the error message
DESCRIPTION
This class implements JavaScript URIError objects for JE.
METHODS
See JE::Types and JE::Object::Error.
SEE ALSO
JE JE::Types JE::Object JE::Object::Error perl v5.14.2 2012-03-18 JE::Object::Error::URIError(3pm)
Related Man Pages
gtk2::printsettings(3pm) - debian
je::object::array(3pm) - debian
je::object::regexp(3pm) - debian
moosex::types::set::object(3pm) - debian
set::object::weak(3pm) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph