代码搜索:Exceptions
找到约 7,847 项符合「Exceptions」的源代码
代码结果 7,847
www.eeworm.com/read/472269/1412927
cpp exceptions.cpp
#include "Common.h"
#include "Exceptions.h"
#include
HVException::HVException(string msg)
{
m_msg = msg;
}
string HVException::GetMessage() const
{
printf("%s\n", m_msg.c_str());
re
www.eeworm.com/read/459902/1564821
cs exceptions.cs
/*
* Copyright (c) 2002 FulcrumWeb. All rights reserved.
*/
using System;
namespace Bip.Components
{
public class BipException : System.Exception
{
protected bool m_IsFatal = false;
www.eeworm.com/read/456693/1604665
c exceptions.c
/* Portions Copyright (c) 2005 Nokia Corporation */
/* This module provides the suite of standard class-based exceptions for
* Python's builtin module. This is a complete C implementation of what,
www.eeworm.com/read/452691/1649886
s exceptions.s
/*
* (C) Copyright 2004, Psyent Corporation
* Scott McNutt
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is f
www.eeworm.com/read/245254/4505649
cpp exceptions.cpp
/***************************************************************************
tag: Peter Soetens Mon Jun 26 13:25:56 CEST 2006 exceptions.cxx
exceptions.cxx - description
www.eeworm.com/read/242657/4548469
cpp exceptions.cpp
// $Id: Exceptions.cpp 56408 2004-03-14 12:12:19Z jwillemsen $
//
// ============================================================================
//
// = LIBRARY
// examples
//
// = FILENAME
//
www.eeworm.com/read/242657/4549732
mpb exceptions.mpb
// -*- MPC -*-
// $Id: exceptions.mpb 63061 2005-01-04 17:52:31Z jtc $
project {
requires += exceptions
}
www.eeworm.com/read/241806/4557849
h exceptions.h
/***************************************************************************
revision : $Id: exceptions.h,v 1.1.1.1 2005/10/04 10:50:23 wiz Exp $
copyright : (C) 2005 by Si
www.eeworm.com/read/239567/4598126
py _exceptions.py
"""Different kinds of SAX Exceptions"""
import sys
if sys.platform[:4] == "java":
from java.lang import Exception
del sys
# ===== SAXEXCEPTION =====
class SAXException(Exception):
"