代码搜索:Exceptions
找到约 7,847 项符合「Exceptions」的源代码
代码结果 7,847
www.eeworm.com/read/438925/1821204
js exceptions.runtime.js
function doThrow(c) {
if (!c)
assert(false, "ERROR: no context passed to doThrow");
throw "ex";
}
function doReturn(c) {
if (!c)
assert(false, "ERROR: no context passed to doReturn");
retur
www.eeworm.com/read/438718/1822664
py test_exceptions.py
# Python test set -- part 5, built-in exceptions
from test_support import *
from types import ClassType
print '5. Built-in exceptions'
# XXX This is not really enough, each *operation* should be tes
www.eeworm.com/read/438718/1822932
py test_exceptions.py
# Python test set -- part 5, built-in exceptions
from test_support import *
from types import ClassType
print '5. Built-in exceptions'
# XXX This is not really enough, each *operation* should be tes
www.eeworm.com/read/428055/1963530
d alt_exceptions.d
obj/alt_exceptions.o: \
/cygdrive/d/altera/kits/nios2_v1.1/components/altera_nios2/HAL/src/alt_exceptions.S
www.eeworm.com/read/420043/2072685
h common_exceptions.h
/*
* @(#)common_exceptions.h 1.8 96/11/23
*
* Copyright (c) 1995, 1996 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
www.eeworm.com/read/411419/2188643
hpp catch_exceptions.hpp
// boost/catch_exceptions.hpp -----------------------------------------------//
// Copyright Beman Dawes 1995-2001. Distributed under the Boost
// Software License, Version 1.0. (See accompanying
www.eeworm.com/read/411419/2188654
hpp no_exceptions_support.hpp
#ifndef BOOST_DETAIL_NO_EXCEPTIONS_SUPPORT_HPP_
#define BOOST_DETAIL_NO_EXCEPTIONS_SUPPORT_HPP_
#if (defined _MSC_VER) && (_MSC_VER >= 1200)
# pragma once
#endif
//---------------------------------
www.eeworm.com/read/407519/2262468
i dolfin_exceptions.i
%exception {
try {
$action
}
// all logic_error subclasses
catch (std::logic_error &e) {
PyErr_SetString(PyExc_StandardError, const_cast(e.what()));
return NULL;
www.eeworm.com/read/407519/2263365
i dolfin_exceptions.i
%exception {
try {
$action
}
// all logic_error subclasses
catch (std::logic_error &e) {
PyErr_SetString(PyExc_StandardError, const_cast(e.what()));
return NULL;