Searched refs:throws (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.9.5/swig-10/Lib/csharp/
H A Dstd_except.i22 %typemap(throws, canthrow=1) std::bad_exception "SWIG_CSharpSetPendingException(SWIG_CSharpApplicationException, $1.what());\n return $null;"
23 %typemap(throws, canthrow=1) std::domain_error "SWIG_CSharpSetPendingException(SWIG_CSharpApplicationException, $1.what());\n return $null;"
24 %typemap(throws, canthrow=1) std::exception "SWIG_CSharpSetPendingException(SWIG_CSharpApplicationException, $1.what());\n return $null;"
25 %typemap(throws, canthrow=1) std::invalid_argument "SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentException, $1.what(), \"\");\n return $null;"
26 %typemap(throws, canthrow=1) std::length_error "SWIG_CSharpSetPendingException(SWIG_CSharpIndexOutOfRangeException, $1.what());\n return $null;"
27 %typemap(throws, canthrow=1) std::logic_error "SWIG_CSharpSetPendingException(SWIG_CSharpApplicationException, $1.what());\n return $null;"
28 %typemap(throws, canthrow=1) std::out_of_range "SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentOutOfRangeException, 0, $1.what());\n return $null;"
29 %typemap(throws, canthrow=1) std::overflow_error "SWIG_CSharpSetPendingException(SWIG_CSharpOverflowException, $1.what());\n return $null;"
30 %typemap(throws, canthrow=1) std::range_error "SWIG_CSharpSetPendingException(SWIG_CSharpIndexOutOfRangeException, $1.what());\n return $null;"
31 %typemap(throws, canthro
[all...]
H A Dstd_string.i58 %typemap(throws, canthrow=1) string
109 %typemap(throws, canthrow=1) const string &
H A Dstd_wstring.i59 %typemap(throws, canthrow=1) wstring
111 %typemap(throws, canthrow=1) const wstring &
/macosx-10.9.5/swig-10/Lib/java/
H A Dstd_except.i22 %typemap(throws) std::bad_exception "SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, $1.what());\n return $null;"
23 %typemap(throws) std::domain_error "SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, $1.what());\n return $null;"
24 %typemap(throws) std::exception "SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, $1.what());\n return $null;"
25 %typemap(throws) std::invalid_argument "SWIG_JavaThrowException(jenv, SWIG_JavaIllegalArgumentException, $1.what());\n return $null;"
26 %typemap(throws) std::length_error "SWIG_JavaThrowException(jenv, SWIG_JavaIndexOutOfBoundsException, $1.what());\n return $null;"
27 %typemap(throws) std::logic_error "SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, $1.what());\n return $null;"
28 %typemap(throws) std::out_of_range "SWIG_JavaThrowException(jenv, SWIG_JavaIndexOutOfBoundsException, $1.what());\n return $null;"
29 %typemap(throws) std::overflow_error "SWIG_JavaThrowException(jenv, SWIG_JavaArithmeticException, $1.what());\n return $null;"
30 %typemap(throws) std::range_error "SWIG_JavaThrowException(jenv, SWIG_JavaIndexOutOfBoundsException, $1.what());\n return $null;"
31 %typemap(throws) st
[all...]
H A Dstd_string.i66 %typemap(throws) string
115 %typemap(throws) const string &
H A Dstd_wstring.i92 %typemap(throws) wstring
169 %typemap(throws) const wstring &
/macosx-10.9.5/swig-10/Lib/lua/
H A Dstd_except.i33 %typemap(throws) std::bad_exception "SWIG_exception(SWIG_RuntimeError, $1.what());"
34 %typemap(throws) std::domain_error "SWIG_exception(SWIG_ValueError, $1.what());"
35 %typemap(throws) std::exception "SWIG_exception(SWIG_SystemError, $1.what());"
36 %typemap(throws) std::invalid_argument "SWIG_exception(SWIG_ValueError, $1.what());"
37 %typemap(throws) std::length_error "SWIG_exception(SWIG_IndexError, $1.what());"
38 %typemap(throws) std::logic_error "SWIG_exception(SWIG_RuntimeError, $1.what());"
39 %typemap(throws) std::out_of_range "SWIG_exception(SWIG_IndexError, $1.what());"
40 %typemap(throws) std::overflow_error "SWIG_exception(SWIG_OverflowError, $1.what());"
41 %typemap(throws) std::range_error "SWIG_exception(SWIG_IndexError, $1.what());"
42 %typemap(throws) st
[all...]
H A Dstd_string.i65 %typemap(throws) std::string,std::string&,const std::string&
67 %typemap(throws) std::string*,const std::string*
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Dtypecheck.i158 %typemap(throws) int,
167 %typemap(throws) SWIGTYPE CLASS {
172 %typemap(throws) SWIGTYPE {
177 %typemap(throws) char * {
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava-post.pl16 m/DbSequence/ || s!(public [^(]*(open|remove|rename)0?\([^)]*\))( {|;)!$1 throws com.sleepycat.db.DatabaseException, java.io.FileNotFoundException$3!;
18 # Everything else throws a DbException
19 s!(public [^(]*\([^)]*\))(;| {)!$1 throws com.sleepycat.db.DatabaseException$2!;
H A Ddb_java.i98 public synchronized void close(int flags) throws DatabaseException {
221 throws DatabaseException {
232 throws DatabaseException {
238 throws DatabaseException, java.io.FileNotFoundException {
333 public synchronized void close(int flags) throws DatabaseException {
341 public DbEnv get_env() throws DatabaseException {
346 throws DatabaseException {
411 throws DatabaseException {
423 throws DatabaseException {
462 throws DatabaseExceptio
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Djava.vim72 " Try to align "throws" lines for methods and "extends" and "implements" for
79 " correct for continuation lines of "throws", "implements" and "extends"
81 \ '^\s*\zs\(throws\|implements\|extends\)\>\ze.*,\s*$')
91 if cont_kw ==# 'throws'
95 elseif getline(prev) =~ '^\s*\(throws\|implements\|extends\)\>'
102 " skipping over "throws", "extends" and "implements" clauses.
110 if getline(lnum) !~ '^\s*\(throws\|extends\|implements\)\>'
121 " below a method with an indented "throws" clause.
/macosx-10.9.5/swig-10/Lib/
H A Dstd_except.i37 %typemap(throws,noblock=1) Exception {
H A Dexception.i266 %typemap(throws,noblock=1, canthrow=1) (...) {
270 %typemap(throws,noblock=1) (...) {
/macosx-10.9.5/swig-10/Lib/php/
H A Dstd_string.i59 %typemap(throws) string %{
63 %typemap(throws) const string& %{
/macosx-10.9.5/swig-10/Lib/guile/
H A Dtypemaps.i64 %typemap(throws) SWIGTYPE {
71 %typemap(throws) SWIGTYPE & {
77 %typemap(throws) SWIGTYPE * {
83 %typemap(throws) SWIGTYPE [] {
166 %typemap(throws) enum SWIGTYPE {
214 %typemap(throws) C_NAME {
259 %typemap(throws) C_NAME {
334 %typemap(throws) char * {
/macosx-10.9.5/swig-10/Source/CParse/
H A Dparser.h309 Parm *throws; member in struct:YYSTYPE::Define
323 ParmList *throws; member in struct:YYSTYPE::__anon12628
H A Dparser.y137 if ((strcmp(ckey,"parms") == 0) || (strcmp(ckey,"pattern") == 0) || (strcmp(ckey,"throws") == 0)
1376 Node *throws = Getattr(function,"throws");
1377 ParmList *pl = CopyParmList(throws);
1378 if (throws) Setattr(new_function,"throws",pl);
1449 Parm *throws;
1463 ParmList *throws;
2952 Setattr($$,"throws",$4.throws);
[all...]
H A Dparser.c451 if ((strcmp(ckey,"parms") == 0) || (strcmp(ckey,"pattern") == 0) || (strcmp(ckey,"throws") == 0)
1690 Node *throws = Getattr(function,"throws"); local
1691 ParmList *pl = CopyParmList(throws);
1692 if (throws) Setattr(new_function,"throws",pl);
1784 Parm *throws; member in struct:YYSTYPE::Define
1798 ParmList *throws; member in struct:YYSTYPE::__anon12623
6099 Setattr((yyval.node),"throws",(yyvsp[(4) - (5)].dtype).throws);
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dslice.vim17 syn keyword sliceQualifier const extends idempotent implements local nonmutating out throws
19 syn keyword sliceQualifier const extends idempotent implements local nonmutating out throws
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D01generate.t609 throws_ok { &$test } $_->{exception_like}, "throws the expected exception ($_->{exception_like})";
612 warning_like { &$test } $_->{warning_like}, "throws the expected warning ($_->{warning_like})";
630 throws_ok { &$test } $_->{exception_like}, "throws the expected exception ($_->{exception_like})";
633 warning_like { &$test } $_->{warning_like}, "throws the expected warning ($_->{warning_like})";
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DCreateDirectoryTree.pm134 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are used to create the directory tree, it can be basically used as a node pre-processor. An example usage of this might be to enforce the C<8.3> naming rules of DOS, or the 32 character limit of older macintoshes.
138 This method accepts a CODE reference as its C<$file_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom file creation behavior. The default behavior is to just create the file and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a file based on a template. The function is passed the full path of the file to be created (as built by File::Spec).
142 This method accepts a CODE reference as its C<$dir_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom directory creation behavior. The default behavior is to just create the directory and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a directory on a remote server. The function is passed the full path of the directory to be created (as built by File::Spec).
H A DLoadDirectoryTree.pm158 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are created. The function is given the current directory or file being added to the tree, and it is expected to return either true (C<1>) of false (C<0>) to determine if that directory should be traversed or file added to the tree.
162 This method accepts a CODE reference as its C<$sort_function> argument and throws an exception if it is not a code reference. This function is used to sort the individual levels of the directory tree right before it is added to the tree being built. The function is passed the the current path, followed by the two items being sorted. The reason for passing the path in is so that sorting operations can be performed on the entire path if desired.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DCreateDirectoryTree.pm134 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are used to create the directory tree, it can be basically used as a node pre-processor. An example usage of this might be to enforce the C<8.3> naming rules of DOS, or the 32 character limit of older macintoshes.
138 This method accepts a CODE reference as its C<$file_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom file creation behavior. The default behavior is to just create the file and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a file based on a template. The function is passed the full path of the file to be created (as built by File::Spec).
142 This method accepts a CODE reference as its C<$dir_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom directory creation behavior. The default behavior is to just create the directory and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a directory on a remote server. The function is passed the full path of the directory to be created (as built by File::Spec).
H A DLoadDirectoryTree.pm158 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are created. The function is given the current directory or file being added to the tree, and it is expected to return either true (C<1>) of false (C<0>) to determine if that directory should be traversed or file added to the tree.
162 This method accepts a CODE reference as its C<$sort_function> argument and throws an exception if it is not a code reference. This function is used to sort the individual levels of the directory tree right before it is added to the tree being built. The function is passed the the current path, followed by the two items being sorted. The reason for passing the path in is so that sorting operations can be performed on the entire path if desired.

Completed in 210 milliseconds

1234