代码搜索:Exceptions
找到约 7,847 项符合「Exceptions」的源代码
代码结果 7,847
www.eeworm.com/read/446555/1711745
cpp exceptions.cpp
#include "vector.h"
#include
using namespace qstd;
void g (int m) {
static int counter(0);
static const int BIGSIZE(50000000), WASTERS(6);
++counter;
try {
Vector
www.eeworm.com/read/446555/1711746
h exceptions.h
#ifndef EXCEPTIONS_H
#define EXCEPTIONS_H
//start
/* a custom exception with no data */
class SizeMatchError {
public:
SizeMatchError() {}
QString what() {
return "Size mismatch for
www.eeworm.com/read/446555/1711759
h exceptions.h
#ifndef EXCEPTIONS_H
#define EXCEPTIONS_H
#include
namespace Registrar_Namespace {
class Exception {
public:
Exception (const QString& reason);
virtual ~Exception
www.eeworm.com/read/438718/1822976
test_exceptions
test_exceptions
5. Built-in exceptions
AttributeError
EOFError
IOError
ImportError
IndexError
KeyError
KeyboardInterrupt
(not testable in a script)
MemoryError
(not safe to test)
NameError
OverflowErr
www.eeworm.com/read/438717/1823194
test_exceptions
test_exceptions
5. Built-in exceptions
AttributeError
EOFError
IOError
ImportError
IndexError
KeyError
KeyboardInterrupt
(not testable in a script)
MemoryError
(not safe to test)
NameError
OverflowErr
www.eeworm.com/read/436018/1857711
c exceptions.c
/*
* File: exceptions.c
* Purpose: Generic exception handling for ColdFire processors
*
*/
#include "exceptions.h"
#include "startcf.h"
#include "support_common.h"
#include
www.eeworm.com/read/436018/1857716
h exceptions.h
/*
* File: exceptions.h
* Purpose: Generic exception handling for ColdFire processors
*
* Notes:
*/
#ifndef _MCF_EXCEPTIONS_H
#define _MCF_EXCEPTIONS_H
#ifdef __cplusplus
extern "C"
www.eeworm.com/read/433911/1878617
cpp exceptions.cpp
// $Id: Exceptions.cpp 80826 2008-03-04 14:51:23Z wotte $
//
// ============================================================================
//
// = LIBRARY
// examples
//
// = FILENAME
//
www.eeworm.com/read/433911/1880230
mpb exceptions.mpb
// -*- MPC -*-
// $Id: exceptions.mpb 80826 2008-03-04 14:51:23Z wotte $
project {
requires += exceptions
}
www.eeworm.com/read/432906/1888302
c exceptions.c
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of