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

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dexceptions.pl11 # Here's a little code I use for exception handling. It's really just
13 # exit, use &throw to raise an exception. The first enclosing &catch
14 # handler looks at the exception and decides whether it can catch this kind
16 # caught. If it *can't* catch it, then it will reraise the exception
23 # exception or a perl-raised one (eval error).
38 package exception; package
53 local($exception) = @_;
54 die "EXCEPTION: $exception\n";
H A Dstrict.pm77 There is one exception to this rule:
H A DNEXT.pm234 throws an exception if it cannot redispatch.
246 C<SUPER> does), so that the redispatch throws an exception if it cannot
258 or it should throw an exception.
261 decline an C<AUTOLOAD> request, but preserve the normal exception-on-failure
274 method call, an exception will be thrown (as usually happens in the absence of
375 to get both unique invocation I<and> exception-on-failure.
H A DFatal.pm166 named later in that import list raise an exception only when
172 # properly checked, so no exception raised on error
177 # not checked, so error raises an exception
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_stat.d60 execs = threads = methods = objnew = cload = gc = exception = 0;
122 exception++;
133 oalloc / interval, cload / interval, exception / interval,
135 execs = threads = methods = oalloc = cload = gc = exception = 0;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_stat.d60 execs = threads = methods = objnew = cload = gc = exception = 0;
122 exception++;
133 oalloc / interval, cload / interval, exception / interval,
135 execs = threads = methods = oalloc = cload = gc = exception = 0;
/osnet-11/usr/src/lib/libc/port/fp/
H A Dsigfpe.c128 enum fp_exception_type exception; local
141 exception = fp_invalid;
144 exception = fp_inexact;
147 exception = fp_division;
150 exception = fp_underflow;
153 exception = fp_overflow;
170 switch ((intptr_t)ieee_handlers[(int)exception]) {
178 (ieee_handlers[(int)exception])(sig, siginfo, ucontext);
/osnet-11/usr/src/lib/libc/sparc/fp/
H A Dfpgetsticky.s38 set 0x000003e0, %o4 ! mask of accrued exception bits
42 srl %o0, 5, %o0 ! return accrued exception value
H A Dfpsetsticky.s38 set 0x000003e0, %o4 ! mask of accrued exception bits
48 srl %o0, 5, %o0 ! return old accrued exception value
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetsticky.s38 set 0x000003e0, %o4 ! mask of accrued exception bits
42 srl %o0, 5, %o0 ! return accrued exception value
H A Dfpsetsticky.s38 set 0x000003e0, %o4 ! mask of accrued exception bits
48 srl %o0, 5, %o0 ! return old accrued exception value
/osnet-11/usr/src/lib/libadt_jni/common/
H A Dadt_jni.h50 void local_throw(JNIEnv *env, const char *exception, const char *why);
H A Dadt_jni.c42 * local_throw -- throw an exception.
48 local_throw(JNIEnv *env, const char *exception, const char *why) { argument
70 exceptionclass = (*env)->FindClass(env, exception);
306 return; /* j2c_pointer threw exception */
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dparted.h30 #include <parted/exception.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.t62 defined $oe ? "\texception: $oe\n" : "\tno exception\n",
66 defined $te ? "\texception: $te\n" : "\tno exception\n",
178 # and E any exception raised with 'die'. E and W will be tidied up a
197 my ($result, $warning, $exception);
203 $exception = $@;
206 foreach ($warning, $exception) {
219 push @r, [ $result, $warning, $exception ];
/osnet-11/usr/src/lib/libparted/
H A DMakefile57 exception.h \
H A DMakefile.com62 $(LIBPDIR)/debug.o $(LIBPDIR)/exception.o \
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java202 catch ( Exception exception) { terminateWithException( exception); }
214 catch ( Exception exception) { terminateWithException( exception); }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm51 an exception will be raised.
54 failure: it just raises an exception matching C</^open2:/>. However,
H A DOpen3.pm45 an exception will be raised.
51 failure: it just raises an exception matching C</^open3:/>. However,
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_jnitab.c887 jobject exception = NULL; local
895 return; /* java exception pending */
898 exception = (*jenv)->NewObject(jenv, g_dtx_jc, g_dtxinit_jm, message);
900 if (exception) {
901 (*jenv)->Throw(jenv, exception);
902 (*jenv)->DeleteLocalRef(jenv, exception);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c186 static int exception_handler(reiserfs_exception_t *exception) argument
188 int ex_type = libreiserfs_exception_type(exception);
189 int ex_option = libreiserfs_exception_option(exception);
190 char *ex_message = libreiserfs_exception_message(exception);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm259 are ready for reading, writing or have an exception pending.
314 Same as C<can_read> except check for handles that have an exception
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm68 to do so will raise an exception. Of course you can still bless()
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni445 goto cleanup; /* exception thrown */
465 goto cleanup; /* exception thrown */
507 goto cleanup; /* exception thrown */

Completed in 64 milliseconds

12