Searched refs:exception (Results 26 - 50 of 50) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm478 my $exception = $_[0];
481 # want to explain the exception because it's going to get caught.
492 splainthis($exception) unless $in_eval;
493 if (caller eq $WHOAMI) { print STDERR "INTERNAL EXCEPTION: $exception"; }
508 confess "Uncaught exception from user code:\n\t$exception";
H A DUNIVERSAL.pm143 makes these functions act as methods on all objects. The one exception is
H A DDigest.pm158 can be found, then an exception is raised.
H A DExporter.pm142 The symbols must be given by full name with the exception that the
H A Dattributes.pm211 to raise a fatal exception. If it can find an appropriate package name
H A Doverload.pm514 assigned to C<"nomethod">, then an exception will be raised via die()--
530 then tries to calls C<"nomethod"> value; if missing, an exception
535 The same as for the C<undef> value, but no exception is raised. Instead,
542 C<"nomethod"> value, and if this is missing, raises an exception.
H A DBenchmark.pm141 exception).
H A DSwitch.pm731 exception, an endless succession of terminal C<next>s is tedious and ugly.
H A Dperl5db.pl780 # + Fixed to call dumpvar from exception handler. SIGPIPE killed us.
3407 # Turn off pipe exception handler if necessary.
7313 exceptions. If it's 1, you get backtraces for any exception. If it's 2,
7314 the debugger takes over all exception handling, printing a backtrace and
7315 displaying the exception via its C<dbwarn()> routine.
H A DCGI.pm4235 # : can generate a 'getpwuid() not implemented' exception, even though
5301 Invalid multi-line header input will trigger in an exception. When multi-line headers
6324 the exception that the first argument to the callback is an L<Apache::Upload>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm109 # Takes exception to being asked whether this machine's struct pwd has
137 # since the underlying core call already took exception to your
254 an exception if you asked about a field that Perl never knows how
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm185 C<UCS-2> is an exception. Unlike others, this is an alias of UCS-2BE.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm312 as reliable exception handling in Perl.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm187 die I/O,Flow raise an exception or bail out
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL294 appropriately. As an exception, it's traditional not to use this form when
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm209 my $da = $@; # Don't mess if called from exception handler
249 my $da = $@; # Don't mess if called from exception handler
284 my $da = $@; # Don't mess if called from exception handler
319 my $da = $@; # Could be from exception handler
345 my $da = $@; # Could be from exception handler
362 my $da = $@; # Could be from exception handler
418 a true value otherwise. Serious errors are propagated as a C<die> exception.
597 Storable uses the "exception" paradigm, in that it does not try to workaround
598 failures: if something bad happens, an exception is generated from the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm722 As you see, there is one exception, In ASCII. That way you can assue
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm424 if ($error) { # rethrow exception
778 exception and call the user's signal handler, does that user's
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm1445 # exception: -8 / 0 has remainder -8, not 8
1446 # exception: -inf / 0 has remainder -inf, not inf
2888 There is one exception, and that is base 2 with negative $x:
3479 as many digits as it can (with an exception for fdiv/fsqrt) and will not
4050 values of bdiv() the quotient and remainder. The only exception to this rule
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp43 Adds exception handling stubs to the C code.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm2058 probably C<"\n">. (Minor exception: on DOS and Win32 systems, a
2315 exception. (On Unix systems, it can detect this.)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1952 be ignored. The decision to ignore rather than raise an exception
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm200 # Locally set exception handler to default, otherwise it will
1994 processed. The only exception is when C<--> is used:
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex27 % As a special exception, when this file is read by TeX when processing
3390 % empty if called from \doind, as we usually are (the main exception
4736 % One exception: @ is still an escape character, so that @end tex works.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex25 % As a special exception, when this file is read by TeX when processing
4187 % empty if called from \doind, as we usually are (the main exception
5685 % One exception: @ is still an escape character, so that @end tex works.

Completed in 138 milliseconds

12