Searched refs:EXCEPTION (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dexceptions.pl22 # The EXCEPTION: prefix is so you can tell whether it's a user-raised
54 die "EXCEPTION: $exception\n";
58 $@ =~ /^(EXCEPTION: )+(.+)/ && $2;
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DScalar.pm29 our $EXCEPTION = 'Template::Exception';
72 die $EXCEPTION->new( scalar => "undefined value for scalar call: $item" );
83 our $EXCEPTION = 'Template::Exception';
104 die $EXCEPTION->new( scalar => "invalid object method: $item" );
H A DAssert.pm28 our $EXCEPTION = 'Template::Exception';
64 die $EXCEPTION->new( assert => "undefined value for $item" );
72 our $EXCEPTION = 'Template::Exception';
90 die $EXCEPTION->new( assert => "undefined value for $item" );
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DScalar.pm29 our $EXCEPTION = 'Template::Exception';
72 die $EXCEPTION->new( scalar => "undefined value for scalar call: $item" );
83 our $EXCEPTION = 'Template::Exception';
104 die $EXCEPTION->new( scalar => "invalid object method: $item" );
H A DAssert.pm28 our $EXCEPTION = 'Template::Exception';
64 die $EXCEPTION->new( assert => "undefined value for $item" );
72 our $EXCEPTION = 'Template::Exception';
90 die $EXCEPTION->new( assert => "undefined value for $item" );
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/lib/XML/SAX/
H A DException.pm106 =head1 CREATING NEW EXCEPTION CLASSES
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmodula3.vim25 syn keyword modula3Keyword EVAL EXIT EXCEPT EXCEPTION
H A Dfgl.vim42 syn keyword fglKeyword ERR_PRINT ERR_QUIT ESC ESCAPE EVERY EXCEPTION EXCLUSIVE
H A Dcobol.vim62 syn keyword cobolReserved contained END-WRITE EQUAL ERROR ESI EVALUATE EVERY EXCEPTION EXIT
H A Dplsql.vim75 syn keyword plsqlKeyword DVOID EXCEPTION EXCEPTION_INIT EXECUTE EXIT FETCH
/macosx-10.9.5/vim-53/runtime/indent/
H A Dcobol.vim147 let ind = s:optionalblock(a:lnum,ind,'STRING\|UNSTRING\|ACCEPT\|DISPLAY\|CALL','ON\s\+OVERFLOW\|ON\s\+EXCEPTION')
191 let beginword = beginword . suffix . '\<\%(NOT\s\+\)\=ON\s\+EXCEPTION'
194 let beginword = beginword . suffix . '\<\%(NOT\s\+\)\=ON\s\+\%(EXCEPTION\|OVERFLOW\)'
H A Dsqlanywhere.vim147 " EXCEPTION ..
346 " If the WHEN clause is used with a MERGE or EXCEPTION
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DContext.pm34 use constant EXCEPTION => 'Template::Exception'; constant
144 if (blessed($template) && $template->isa(EXCEPTION)
499 if (blessed($error) && $error->isa(EXCEPTION)) {
505 die EXCEPTION->new($error->type, $error->info);
508 die (EXCEPTION->new($error, $info, $output));
512 die (EXCEPTION->new('undef', $error, $output));
542 && ( $error->isa(EXCEPTION) || $error->isa(BADGER_EXCEPTION) ) ) {
547 return EXCEPTION->new('undef', $error, $output);
H A DService.pm31 use constant EXCEPTION => 'Template::Exception'; constant
204 unless blessed($$error) && $$error->isa(EXCEPTION);
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DContext.pm34 use constant EXCEPTION => 'Template::Exception'; constant
144 if (blessed($template) && $template->isa(EXCEPTION)
499 if (blessed($error) && $error->isa(EXCEPTION)) {
505 die EXCEPTION->new($error->type, $error->info);
508 die (EXCEPTION->new($error, $info, $output));
512 die (EXCEPTION->new('undef', $error, $output));
542 && ( $error->isa(EXCEPTION) || $error->isa(BADGER_EXCEPTION) ) ) {
547 return EXCEPTION->new('undef', $error, $output);
H A DService.pm31 use constant EXCEPTION => 'Template::Exception'; constant
204 unless blessed($$error) && $$error->isa(EXCEPTION);
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A Dconfigure.in168 [Defined when cygwin/mingw does not support EXCEPTION DISPOSITION])
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A Dconfigure.in145 [Defined when cygwin/mingw does not support EXCEPTION DISPOSITION])
/macosx-10.9.5/CPANInternal-140/Test-Exception/lib/Test/
H A DException.pm322 =head1 SKIPPING TEST::EXCEPTION TESTS
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Ddcethread.h663 #define EXCEPTION ($ ERROR $) macro
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/
H A DMakefile.PL867 =head1 CREATING NEW EXCEPTION CLASSES
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dsql.vim288 " EXCEPTION

Completed in 275 milliseconds