throw
# define __THROW_BAD_ALLOC throw bad_alloc()
# define __STL_THROW(x) throw x
# define __STL_RETHROW throw
# define __STL_NOTHROW throw()
# define __STL_UNWIND(action) catch(...) { action; throw; }
throw;
throw;
throw;
throw std::out_of_range("vector::at() out_of_range");
throw std::out_of_range("vector::at() out_of_range");
void _throw_failure() const { throw new ios::failure(this); }
void operator delete(void *ptr) throw();
void operator delete [] (void *ptr) throw();
const std::nothrow_t&) throw();
const std::nothrow_t&) throw();
throw std::bad_alloc();
throw;
throw std::bad_alloc();
throw std::bad_alloc();
const std::nothrow_t&) throw();
const std::nothrow_t&) throw();
const char* what() const throw();
throw error;
throw fError;
throw fError;
throw std::bad_alloc();
throw std::bad_alloc();
operator new(size_t size, const kdebug_alloc_t&) throw()
operator new(size_t size, const malloc_flags& flags) throw()
operator new(size_t size, ObjectCache* objectCache, uint32 flags) throw()
void* operator new(size_t size, const std::nothrow_t&) throw();
#define _THROW(x) throw (x)
#define _NOEXCEPT throw ()
throw BBorrowError(__PRETTY_FUNCTION__);
throw BBorrowError(__PRETTY_FUNCTION__);
throw BBorrowError(__PRETTY_FUNCTION__);
throw BBorrowError(__PRETTY_FUNCTION__);
throw BBorrowError(__PRETTY_FUNCTION__);
throw BBorrowError(__PRETTY_FUNCTION__);
throw BBorrowError(__PRETTY_FUNCTION__);
throw (status_t)B_BUFFER_OVERFLOW;
throw CppUnit::Exception("BThreadManager::LaunchThread() -- Error acquiring thread semaphore");
throw CppUnit::Exception("BThreadManager::Run() -- NULL fObject pointer");
throw CppUnit::Exception("BThreadedTestCaller::run() -- No threads added to BThreadedTestCaller()");
throw CppUnit::Exception("BThreadedTestCaller::run() -- Error creating fThreadSem");
throw CppUnit::Exception("BThreadedTestCaller::runTest() -- NULL fObject pointer");
throw CppUnit::Exception("BThreadedTestCaller::runTest() -- Attempt to reuse ThreadedTestCase object already in use");
throw CppUnit::Exception("BThreadedTestCaller::addThread() - Attempt to add thread under duplicated name ('"
virtual ~Exception () throw();
const char *what() const throw ();
virtual ~NotEqualException() throw();
throw Exception( message );
inline void *operator new(size_t size, const nothrow_t&) throw()
#define THROW_ON_ERROR(CODE) { int nRetVal = CODE; if (nRetVal != 0) throw(nRetVal); }
throw fError;
throw fError;
throw fError;
throw fError;
throw std::bad_alloc();
throw std::bad_alloc();
throw BSystemError("BDataIO::Write()", result);
throw BRuntimeError(__PRETTY_FUNCTION__, "Cannot create internal sem for httpresult");
throw BFatalErrorException(__VA_ARGS__); \
throw BFatalErrorException(__VA_ARGS__).SetDetails(details); \
throw (status_t)B_ERROR;
throw (status_t)result;
throw std::bad_alloc();
throw std::bad_alloc();
throw std::bad_alloc();
throw std::bad_alloc();
# define __THROW throw ()
# define __THROWNL throw ()
# define __NTH(fct) __LEAF_ATTR fct throw ()
virtual ~Exception() throw() {}
virtual const char *what() const throw()
virtual ~EOFException() throw() {}
virtual ~IOException() throw() {}
virtual ~ParseException() throw() {}