headers/private/storage/Exception.h
14
class Exception {
headers/private/storage/Exception.h
17
Exception()
headers/private/storage/Exception.h
24
Exception(BString description)
headers/private/storage/Exception.h
31
Exception(const char* format,...)
headers/private/storage/Exception.h
42
Exception(status_t error)
headers/private/storage/Exception.h
49
Exception(status_t error, BString description)
headers/private/storage/Exception.h
56
Exception(status_t error, const char* format,...)
headers/private/storage/Exception.h
67
Exception(const Exception& exception)
headers/private/storage/Exception.h
74
~Exception()
headers/private/storage/ResourceFile.h
28
class Exception;
headers/tools/cppunit/TestListener.h
10
class Exception;
headers/tools/cppunit/ThreadManager.h
123
throw CppUnit::Exception("BThreadManager::LaunchThread() -- Error acquiring thread semaphore");
headers/tools/cppunit/ThreadManager.h
149
throw CppUnit::Exception("BThreadManager::Run() -- NULL fObject pointer");
headers/tools/cppunit/ThreadManager.h
169
} catch ( CppUnit::Exception &e ) {
headers/tools/cppunit/ThreadManager.h
171
CppUnit::Exception *threadException = new CppUnit::Exception(
headers/tools/cppunit/ThreadManager.h
179
CppUnit::Exception *threadException = new CppUnit::Exception(
headers/tools/cppunit/ThreadManager.h
186
CppUnit::Exception *threadException = new CppUnit::Exception(
headers/tools/cppunit/ThreadedTestCaller.h
117
throw CppUnit::Exception("BThreadedTestCaller::run() -- No threads added to BThreadedTestCaller()");
headers/tools/cppunit/ThreadedTestCaller.h
139
throw CppUnit::Exception("BThreadedTestCaller::run() -- Error creating fThreadSem");
headers/tools/cppunit/ThreadedTestCaller.h
148
result->addError(this, new CppUnit::Exception("Error launching thread '" + i->second->getName() + "'"));
headers/tools/cppunit/ThreadedTestCaller.h
212
} catch ( CppUnit::Exception &e ) {
headers/tools/cppunit/ThreadedTestCaller.h
215
CppUnit::Exception *threadException = new CppUnit::Exception(
headers/tools/cppunit/ThreadedTestCaller.h
223
CppUnit::Exception *threadException = new CppUnit::Exception(
headers/tools/cppunit/ThreadedTestCaller.h
230
CppUnit::Exception *threadException = new CppUnit::Exception(
headers/tools/cppunit/ThreadedTestCaller.h
241
result->addError(this, new CppUnit::Exception("tearDown() failed"));
headers/tools/cppunit/ThreadedTestCaller.h
244
result->addError(this, new CppUnit::Exception("setUp() failed"));
headers/tools/cppunit/ThreadedTestCaller.h
255
throw CppUnit::Exception("BThreadedTestCaller::runTest() -- NULL fObject pointer");
headers/tools/cppunit/ThreadedTestCaller.h
257
throw CppUnit::Exception("BThreadedTestCaller::runTest() -- Attempt to reuse ThreadedTestCase object already in use");
headers/tools/cppunit/ThreadedTestCaller.h
98
throw CppUnit::Exception("BThreadedTestCaller::addThread() - Attempt to add thread under duplicated name ('"
headers/tools/cppunit/cppunit/CompilerOutputter.h
12
class Exception;
headers/tools/cppunit/cppunit/CompilerOutputter.h
85
virtual void printNotEqualMessage( Exception *thrownException );
headers/tools/cppunit/cppunit/CompilerOutputter.h
86
virtual void printDefaultMessage( Exception *thrownException );
headers/tools/cppunit/cppunit/Exception.h
17
class CPPUNIT_API Exception : public std::exception
headers/tools/cppunit/cppunit/Exception.h
35
Exception( std::string message = "",
headers/tools/cppunit/cppunit/Exception.h
39
Exception( std::string message,
headers/tools/cppunit/cppunit/Exception.h
44
Exception (const Exception& other);
headers/tools/cppunit/cppunit/Exception.h
46
virtual ~Exception () throw();
headers/tools/cppunit/cppunit/Exception.h
48
Exception& operator= (const Exception& other);
headers/tools/cppunit/cppunit/Exception.h
62
virtual Exception *clone() const;
headers/tools/cppunit/cppunit/NotEqualException.h
12
class CPPUNIT_API NotEqualException : public Exception
headers/tools/cppunit/cppunit/NotEqualException.h
51
Exception *clone() const;
headers/tools/cppunit/cppunit/TestCaller.h
42
throw Exception( message );
headers/tools/cppunit/cppunit/TestFailure.h
27
Exception *thrownException,
headers/tools/cppunit/cppunit/TestFailure.h
34
virtual Exception *thrownException() const;
headers/tools/cppunit/cppunit/TestFailure.h
48
Exception *m_thrownException;
headers/tools/cppunit/cppunit/TestFailure.h
9
class Exception;
headers/tools/cppunit/cppunit/TestListener.h
9
class Exception;
headers/tools/cppunit/cppunit/TestResult.h
16
class Exception;
headers/tools/cppunit/cppunit/TestResult.h
60
virtual void addError( Test *test, Exception *e );
headers/tools/cppunit/cppunit/TestResult.h
61
virtual void addFailure( Test *test, Exception *e );
headers/tools/cppunit/cppunit/TextOutputter.h
11
class Exception;
headers/tools/cppunit/cppunit/TextOutputter.h
39
virtual void printFailureDetail( Exception *thrownException );
headers/tools/cppunit/cppunit/TextTestResult.h
11
class Exception;
headers/tools/cppunit/cppunit/TextTestResult.h
25
virtual void addFailure( Test *test, Exception *e );
headers/tools/cppunit/cppunit/TextTestResult.h
43
virtual void printFailureDetail( Exception *thrownException,
headers/tools/cppunit/cppunit/extensions/HelperMacros.h
236
CPPUNIT_TEST_EXCEPTION( testMethod, CppUnit::Exception )
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
181
const ACPI_EXCEPTION_INFO *Exception;
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
187
Exception = AcpiUtValidateException (Status);
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
188
if (!Exception)
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
198
return (Exception->Name);
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
223
const ACPI_EXCEPTION_INFO *Exception = NULL;
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
240
Exception = &AcpiGbl_ExceptionNames_Env [SubStatus];
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
248
Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus];
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
256
Exception = &AcpiGbl_ExceptionNames_Tbl [SubStatus];
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
264
Exception = &AcpiGbl_ExceptionNames_Aml [SubStatus];
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
272
Exception = &AcpiGbl_ExceptionNames_Ctrl [SubStatus];
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
281
if (!Exception || !Exception->Name)
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utexcep.c
286
return (Exception);
src/add-ons/kernel/bus_managers/acpi/acpica/include/acpixf.h
617
ACPI_STATUS Exception))
src/kits/debug/SymbolLookup.cpp
139
throw Exception(status);
src/kits/debug/SymbolLookup.cpp
286
} catch (Exception& exception) {
src/kits/debug/SymbolLookup.cpp
89
throw Exception(B_BAD_VALUE);
src/kits/debug/SymbolLookup.h
30
class Exception {
src/kits/debug/SymbolLookup.h
32
Exception(status_t error)
src/kits/debug/SymbolLookup.h
37
Exception(const Exception &other)
src/kits/debug/debug_support.cpp
371
} catch (BPrivate::Debug::Exception& exception) {
src/kits/debug/debug_support.cpp
432
} catch (BPrivate::Debug::Exception& exception) {
src/kits/debug/debug_support.cpp
473
} catch (BPrivate::Debug::Exception& exception) {
src/kits/debug/debug_support.cpp
491
} catch (BPrivate::Debug::Exception& exception) {
src/kits/debug/debug_support.cpp
568
} catch (BPrivate::Debug::Exception& exception) {
src/kits/debugger/controllers/ThreadHandler.cpp
244
get_debug_exception_string(event->Exception(), buffer, sizeof(buffer));
src/kits/debugger/debugger_interface/DebugEvent.h
109
debug_exception_type Exception() const { return fException; }
src/kits/storage/ResourceFile.cpp
100
throw Exception(written, errorMessage);
src/kits/storage/ResourceFile.cpp
1013
throw Exception(B_IO_ERROR, "Info table is too short.");
src/kits/storage/ResourceFile.cpp
1028
throw Exception(B_IO_ERROR, "Invalid resource info table check"
src/kits/storage/ResourceFile.cpp
103
throw Exception("%s Wrote too few bytes (%ld/%lu).", errorMessage,
src/kits/storage/ResourceFile.cpp
106
throw Exception("Wrote too few bytes (%ld/%lu).", written, size);
src/kits/storage/ResourceFile.cpp
1060
throw Exception(B_IO_ERROR, "Multiple resource infos with the "
src/kits/storage/ResourceFile.cpp
1067
throw Exception(B_IO_ERROR, "Invalid name size (%" B_PRIu16 ") "
src/kits/storage/ResourceFile.cpp
1083
throw Exception(B_IO_ERROR, "Unexpected error: No resource item "
src/kits/storage/ResourceFile.cpp
1121
throw Exception(B_IO_ERROR, "Resource is not loaded.");
src/kits/storage/ResourceFile.cpp
1154
throw Exception(B_NO_MEMORY);
src/kits/storage/ResourceFile.cpp
1212
throw Exception(error, "Invalid resource item data.");
src/kits/storage/ResourceFile.cpp
1279
} catch (Exception& exception) {
src/kits/storage/ResourceFile.cpp
1302
throw Exception(error, "Failed to set file size.");
src/kits/storage/ResourceFile.cpp
1309
} catch (Exception& exception) {
src/kits/storage/ResourceFile.cpp
247
} catch (Exception& exception) {
src/kits/storage/ResourceFile.cpp
293
throw Exception(error, "Failed to get the file size.");
src/kits/storage/ResourceFile.cpp
298
} catch (Exception& exception) {
src/kits/storage/ResourceFile.cpp
386
throw Exception(error, "Failed to get the file size.");
src/kits/storage/ResourceFile.cpp
392
throw Exception(B_IO_ERROR, "File is not a resource file.");
src/kits/storage/ResourceFile.cpp
420
throw Exception(B_IO_ERROR, "File is not a resource file.");
src/kits/storage/ResourceFile.cpp
442
throw Exception(B_IO_ERROR, "File is not a resource file.");
src/kits/storage/ResourceFile.cpp
446
throw Exception(error, "Failed to initialize resource file.");
src/kits/storage/ResourceFile.cpp
465
throw Exception(error, "Failed to get the file size.");
src/kits/storage/ResourceFile.cpp
474
throw Exception(B_UNSUPPORTED, "Unsupported ELF version.");
src/kits/storage/ResourceFile.cpp
486
throw Exception(B_UNSUPPORTED, "Unsupported ELF data encoding.");
src/kits/storage/ResourceFile.cpp
498
throw Exception(B_UNSUPPORTED, "Unsupported ELF class.");
src/kits/storage/ResourceFile.cpp
527
throw Exception(B_IO_ERROR,
src/kits/storage/ResourceFile.cpp
539
throw Exception(B_IO_ERROR, "Invalid ELF header: invalid program "
src/kits/storage/ResourceFile.cpp
545
throw Exception(B_IO_ERROR, "Invalid ELF header: program header "
src/kits/storage/ResourceFile.cpp
556
throw Exception(B_NO_MEMORY);
src/kits/storage/ResourceFile.cpp
578
throw Exception(B_IO_ERROR, "Invalid ELF program header: "
src/kits/storage/ResourceFile.cpp
583
throw Exception(B_IO_ERROR, "Invalid ELF section header: "
src/kits/storage/ResourceFile.cpp
597
throw Exception(B_IO_ERROR, "Invalid ELF header: invalid section "
src/kits/storage/ResourceFile.cpp
603
throw Exception(B_IO_ERROR, "Invalid ELF header: section header "
src/kits/storage/ResourceFile.cpp
614
throw Exception(B_NO_MEMORY);
src/kits/storage/ResourceFile.cpp
636
throw Exception(B_IO_ERROR, "Invalid ELF section header: "
src/kits/storage/ResourceFile.cpp
641
throw Exception(B_IO_ERROR, "Invalid ELF section header: "
src/kits/storage/ResourceFile.cpp
663
throw Exception(B_IO_ERROR, "The ELF object file requires an "
src/kits/storage/ResourceFile.cpp
688
throw Exception(error, "Failed to get the file size.");
src/kits/storage/ResourceFile.cpp
691
throw Exception(B_IO_ERROR, "PEF file architecture is not PPC.");
src/kits/storage/ResourceFile.cpp
710
throw Exception(B_IO_ERROR, "Invalid PEF section header: invalid "
src/kits/storage/ResourceFile.cpp
715
throw Exception(B_IO_ERROR, "Invalid PEF section header: section "
src/kits/storage/ResourceFile.cpp
752
throw Exception(B_IO_ERROR, "Invalid resources header magic.");
src/kits/storage/ResourceFile.cpp
756
throw Exception(B_IO_ERROR, "Bad number of resources.");
src/kits/storage/ResourceFile.cpp
760
throw Exception(B_IO_ERROR, "Unexpected resource index section "
src/kits/storage/ResourceFile.cpp
771
throw Exception(B_IO_ERROR, "Unexpected resource admin section size. "
src/kits/storage/ResourceFile.cpp
796
throw Exception(B_IO_ERROR, "Unexpected resource index section "
src/kits/storage/ResourceFile.cpp
807
throw Exception(B_IO_ERROR, "Unexpected resource index section size. "
src/kits/storage/ResourceFile.cpp
815
throw Exception(B_IO_ERROR, "Unexpected resource index section size. "
src/kits/storage/ResourceFile.cpp
822
throw Exception(B_IO_ERROR, "Unexpected resource index section "
src/kits/storage/ResourceFile.cpp
83
throw Exception(read, errorMessage);
src/kits/storage/ResourceFile.cpp
831
throw Exception(B_IO_ERROR, "Invalid info table location.");
src/kits/storage/ResourceFile.cpp
86
throw Exception("%s Read too few bytes (%ld/%lu).", errorMessage,
src/kits/storage/ResourceFile.cpp
887
throw Exception(B_IO_ERROR, "Invalid resource index entry: index: "
src/kits/storage/ResourceFile.cpp
89
throw Exception("Read too few bytes (%ld/%lu).", read, size);
src/kits/storage/ResourceFile.cpp
899
throw Exception(B_NO_MEMORY);
src/kits/storage/ResourceFile.cpp
903
throw Exception(B_NO_MEMORY);
src/kits/storage/ResourceFile.cpp
919
throw Exception(B_NO_MEMORY);
src/kits/storage/ResourceFile.cpp
928
throw Exception(B_NO_MEMORY);
src/kits/storage/ResourceFile.cpp
944
throw Exception(B_IO_ERROR, "Unexpected end of resource info "
src/kits/storage/ResourceFile.cpp
956
throw Exception(B_IO_ERROR, "Unexpected end of resource info "
src/kits/storage/ResourceFile.cpp
977
throw Exception(B_IO_ERROR, "Unexpected end of resource info "
src/kits/storage/ResourceFile.cpp
984
throw Exception(B_IO_ERROR, "The resource info table ought to be "
src/kits/storage/ResourceFile.cpp
992
throw Exception(B_IO_ERROR, "Error at the end of the resource info "
src/servers/package/CommitTransactionHandler.cpp
1027
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
1039
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
1217
throw Exception(B_TRANSACTION_FAILED_TO_COPY_FILE)
src/servers/package/CommitTransactionHandler.cpp
1241
throw Exception(B_TRANSACTION_FAILED_TO_MOVE_FILE)
src/servers/package/CommitTransactionHandler.cpp
1320
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
1523
throw Exception(B_TRANSACTION_FAILED_TO_ACCESS_ENTRY)
src/servers/package/CommitTransactionHandler.cpp
1536
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
1555
throw Exception(B_TRANSACTION_FAILED_TO_ACCESS_ENTRY)
src/servers/package/CommitTransactionHandler.cpp
1567
throw Exception(B_TRANSACTION_FAILED_TO_REMOVE_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
1583
throw Exception(B_TRANSACTION_FAILED_TO_CREATE_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
1603
throw Exception(B_TRANSACTION_FAILED_TO_EXTRACT_PACKAGE_FILE)
src/servers/package/CommitTransactionHandler.cpp
1616
throw Exception(B_TRANSACTION_FAILED_TO_MOVE_FILE)
src/servers/package/CommitTransactionHandler.cpp
1701
throw Exception(B_TRANSACTION_FAILED_TO_WRITE_ACTIVATION_FILE)
src/servers/package/CommitTransactionHandler.cpp
1725
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
1737
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
1798
throw Exception(B_TRANSACTION_FAILED_TO_MOVE_FILE)
src/servers/package/CommitTransactionHandler.cpp
1845
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
1868
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
1878
throw Exception(B_TRANSACTION_FAILED_TO_CHANGE_PACKAGE_ACTIVATION)
src/servers/package/CommitTransactionHandler.cpp
192
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
193
throw Exception(B_TRANSACTION_BAD_REQUEST);
src/servers/package/CommitTransactionHandler.cpp
1951
throw Exception(B_TRANSACTION_FAILED_TO_ACCESS_ENTRY)
src/servers/package/CommitTransactionHandler.cpp
1972
throw Exception(isDirectory
src/servers/package/CommitTransactionHandler.cpp
1984
throw Exception(B_TRANSACTION_FAILED_TO_WRITE_FILE_ATTRIBUTE)
src/servers/package/CommitTransactionHandler.cpp
206
throw Exception(B_TRANSACTION_CHANGE_COUNT_MISMATCH);
src/servers/package/CommitTransactionHandler.cpp
220
throw Exception(B_TRANSACTION_BAD_REQUEST);
src/servers/package/CommitTransactionHandler.cpp
301
throw Exception(B_TRANSACTION_NO_SUCH_PACKAGE)
src/servers/package/CommitTransactionHandler.cpp
331
throw Exception(B_TRANSACTION_BAD_REQUEST);
src/servers/package/CommitTransactionHandler.cpp
349
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
365
throw Exception(B_TRANSACTION_NO_SUCH_PACKAGE)
src/servers/package/CommitTransactionHandler.cpp
369
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
376
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
382
throw Exception(B_TRANSACTION_PACKAGE_ALREADY_EXISTS)
src/servers/package/CommitTransactionHandler.cpp
394
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
395
throw Exception(B_TRANSACTION_FAILED_TO_READ_PACKAGE_FILE)
src/servers/package/CommitTransactionHandler.cpp
407
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
478
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
486
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
499
throw Exception(B_TRANSACTION_NO_MEMORY);
src/servers/package/CommitTransactionHandler.cpp
520
throw Exception(B_TRANSACTION_FAILED_TO_CREATE_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
564
throw Exception(B_TRANSACTION_FAILED_TO_GET_ENTRY_PATH)
src/servers/package/CommitTransactionHandler.cpp
578
throw Exception(B_TRANSACTION_FAILED_TO_MOVE_FILE)
src/servers/package/CommitTransactionHandler.cpp
606
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
629
throw Exception(B_TRANSACTION_FAILED_TO_GET_ENTRY_PATH)
src/servers/package/CommitTransactionHandler.cpp
659
throw Exception(B_TRANSACTION_FAILED_TO_MOVE_FILE)
src/servers/package/CommitTransactionHandler.cpp
749
throw Exception(B_TRANSACTION_FAILED_TO_ADD_GROUP)
src/servers/package/CommitTransactionHandler.cpp
799
throw Exception(B_TRANSACTION_FAILED_TO_ADD_USER)
src/servers/package/CommitTransactionHandler.cpp
817
throw Exception(B_TRANSACTION_FAILED_TO_ADD_USER_TO_GROUP)
src/servers/package/CommitTransactionHandler.cpp
847
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
862
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
906
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
931
throw Exception(B_TRANSACTION_FAILED_TO_OPEN_DIRECTORY)
src/servers/package/CommitTransactionHandler.cpp
979
throw Exception(B_TRANSACTION_FAILED_TO_COPY_FILE)
src/servers/package/CommitTransactionHandler.cpp
997
throw Exception(B_TRANSACTION_FAILED_TO_ACCESS_ENTRY)
src/servers/package/Exception.cpp
13
Exception::Exception(BTransactionError error)
src/servers/package/Exception.cpp
25
Exception&
src/servers/package/Exception.cpp
26
Exception::SetSystemError(status_t error)
src/servers/package/Exception.cpp
33
Exception&
src/servers/package/Exception.cpp
34
Exception::SetPackageName(const BString& packageName)
src/servers/package/Exception.cpp
41
Exception&
src/servers/package/Exception.cpp
42
Exception::SetPath1(const BString& path)
src/servers/package/Exception.cpp
49
Exception&
src/servers/package/Exception.cpp
50
Exception::SetPath2(const BString& path)
src/servers/package/Exception.cpp
57
Exception&
src/servers/package/Exception.cpp
58
Exception::SetString1(const BString& string)
src/servers/package/Exception.cpp
65
Exception&
src/servers/package/Exception.cpp
66
Exception::SetString2(const BString& string)
src/servers/package/Exception.cpp
74
Exception::SetOnResult(BCommitTransactionResult& result)
src/servers/package/Exception.h
18
class Exception {
src/servers/package/Exception.h
20
Exception(BTransactionError error);
src/servers/package/Exception.h
27
Exception& SetSystemError(status_t error);
src/servers/package/Exception.h
31
Exception& SetPackageName(const BString& packageName);
src/servers/package/Exception.h
35
Exception& SetPath1(const BString& path);
src/servers/package/Exception.h
39
Exception& SetPath2(const BString& path);
src/servers/package/Exception.h
43
Exception& SetString1(const BString& string);
src/servers/package/Exception.h
47
Exception& SetString2(const BString& string);
src/servers/package/FSTransaction.cpp
203
throw Exception(BPackageKit::B_TRANSACTION_INTERNAL_ERROR);
src/servers/package/FSTransaction.cpp
231
throw Exception(BPackageKit::B_TRANSACTION_NO_MEMORY);
src/servers/package/FSTransaction.cpp
233
throw Exception(BPackageKit::B_TRANSACTION_FAILED_TO_GET_ENTRY_PATH)
src/servers/package/Volume.cpp
1494
} catch (Exception& exception) {
src/tests/kits/app/bmessagequeue/AddMessageTest2.cpp
81
catch (CppUnit::Exception e) {
src/tests/kits/storage/MimeSnifferTest.cpp
803
CppUnit::Exception *err = new CppUnit::Exception(e->Msg());
src/tests/kits/storage/MimeTypeTest.cpp
3479
} catch (CppUnit::Exception exception) {
src/tests/kits/storage/QueryTest.cpp
1376
} catch (CppUnit::Exception exception) {
src/tests/kits/support/ArchivableTest.cpp
56
CppUnit::Exception re(s.c_str());
src/tools/cppunit/SemaphoreSyncObject.cpp
21
throw CppUnit::Exception("SemaphoreSyncObject::lock() -- Error acquiring semaphore");
src/tools/cppunit/SemaphoreSyncObject.cpp
28
throw CppUnit::Exception("SemaphoreSyncObject::unlock() -- Error releasing semaphore");
src/tools/cppunit/SemaphoreSyncObject.cpp
9
throw CppUnit::Exception("SemaphoreSyncObject::SemaphoreSyncObject() -- Error creating semaphore");
src/tools/cppunit/cppunit/Asserter.cpp
19
throw Exception( message, sourceLine );
src/tools/cppunit/cppunit/CompilerOutputter.cpp
115
Exception *thrownException = failure->thrownException();
src/tools/cppunit/cppunit/CompilerOutputter.cpp
125
CompilerOutputter::printNotEqualMessage( Exception *thrownException )
src/tools/cppunit/cppunit/CompilerOutputter.cpp
141
CompilerOutputter::printDefaultMessage( Exception *thrownException )
src/tools/cppunit/cppunit/Exception.cpp
106
Exception::fileName() const
src/tools/cppunit/cppunit/Exception.cpp
11
const string Exception::UNKNOWNFILENAME = "<unknown>";
src/tools/cppunit/cppunit/Exception.cpp
114
Exception *
src/tools/cppunit/cppunit/Exception.cpp
115
Exception::clone() const
src/tools/cppunit/cppunit/Exception.cpp
117
return new Exception( *this );
src/tools/cppunit/cppunit/Exception.cpp
122
Exception::isInstanceOf( const Type &exceptionType ) const
src/tools/cppunit/cppunit/Exception.cpp
128
Exception::Type
src/tools/cppunit/cppunit/Exception.cpp
129
Exception::type()
src/tools/cppunit/cppunit/Exception.cpp
16
const long Exception::UNKNOWNLINENUMBER = -1;
src/tools/cppunit/cppunit/Exception.cpp
21
Exception::Exception( const Exception &other ) :
src/tools/cppunit/cppunit/Exception.cpp
32
Exception::Exception( std::string message,
src/tools/cppunit/cppunit/Exception.cpp
44
Exception::Exception( std::string message,
src/tools/cppunit/cppunit/Exception.cpp
55
Exception::~Exception () throw()
src/tools/cppunit/cppunit/Exception.cpp
61
Exception&
src/tools/cppunit/cppunit/Exception.cpp
62
Exception::operator =( const Exception& other )
src/tools/cppunit/cppunit/Exception.cpp
81
Exception::what() const throw()
src/tools/cppunit/cppunit/Exception.cpp
88
Exception::sourceLine() const
src/tools/cppunit/cppunit/Exception.cpp
97
Exception::lineNumber() const
src/tools/cppunit/cppunit/NotEqualException.cpp
12
Exception( "Expected: " + expected +
src/tools/cppunit/cppunit/NotEqualException.cpp
31
Exception( "Expected: " + expected + ", but was: " + actual,
src/tools/cppunit/cppunit/NotEqualException.cpp
42
Exception( other ),
src/tools/cppunit/cppunit/NotEqualException.cpp
58
Exception::operator =( other );
src/tools/cppunit/cppunit/NotEqualException.cpp
70
Exception *
src/tools/cppunit/cppunit/NotEqualException.cpp
81
Exception::isInstanceOf( exceptionType );
src/tools/cppunit/cppunit/NotEqualException.cpp
85
Exception::Type
src/tools/cppunit/cppunit/TestCase.cpp
35
catch ( Exception &e ) {
src/tools/cppunit/cppunit/TestCase.cpp
36
Exception *copy = e.clone();
src/tools/cppunit/cppunit/TestCase.cpp
40
result->addError( this, new Exception( e.what() ) );
src/tools/cppunit/cppunit/TestCase.cpp
43
Exception *e = new Exception( "caught unknown exception" );
src/tools/cppunit/cppunit/TestCase.cpp
51
result->addError( this, new Exception( "tearDown() failed" ) );
src/tools/cppunit/cppunit/TestCase.cpp
55
result->addError( this, new Exception( "setUp() failed" ) );
src/tools/cppunit/cppunit/TestFailure.cpp
11
Exception *thrownException,
src/tools/cppunit/cppunit/TestFailure.cpp
34
Exception *
src/tools/cppunit/cppunit/TestResult.cpp
40
Exception *e )
src/tools/cppunit/cppunit/TestResult.cpp
50
TestResult::addFailure( Test *test, Exception *e )
src/tools/cppunit/cppunit/TextOutputter.cpp
103
TextOutputter::printFailureDetail( Exception *thrownException )
src/tools/cppunit/cppunit/TextTestResult.cpp
115
TextTestResult::printFailureDetail( Exception *thrownException,
src/tools/cppunit/cppunit/TextTestResult.cpp
23
TextTestResult::addFailure( Test *test, Exception *e )
src/tools/cppunit/cppunit/XmlOutputter.cpp
288
Exception *thrownException = failure->thrownException();
src/tools/gensyscalls/gensyscallinfos.cpp
150
throw Exception("GetCurrentToken(): No current token!");
src/tools/gensyscalls/gensyscallinfos.cpp
211
throw Exception("GetCurrentToken(): No current token!");
src/tools/gensyscalls/gensyscallinfos.cpp
587
} catch (const Exception& exception) {
src/tools/gensyscalls/gensyscalls.cpp
406
throw Exception(string("Bad kernel name: `") + name + "'.");
src/tools/gensyscalls/gensyscalls.cpp
661
} catch (Exception &exception) {
src/tools/gensyscalls/gensyscalls_common.h
12
struct Exception : exception {
src/tools/gensyscalls/gensyscalls_common.h
13
Exception()
src/tools/gensyscalls/gensyscalls_common.h
18
Exception(const string &message)
src/tools/gensyscalls/gensyscalls_common.h
23
virtual ~Exception() throw() {}
src/tools/gensyscalls/gensyscalls_common.h
35
struct EOFException : public Exception {
src/tools/gensyscalls/gensyscalls_common.h
37
EOFException(const string &message) : Exception(message) {}
src/tools/gensyscalls/gensyscalls_common.h
42
struct IOException : public Exception {
src/tools/gensyscalls/gensyscalls_common.h
44
IOException(const string &message) : Exception(message) {}
src/tools/gensyscalls/gensyscalls_common.h
49
struct ParseException : public Exception {
src/tools/gensyscalls/gensyscalls_common.h
51
ParseException(const string &message) : Exception(message) {}
src/tools/restest/Exception.h
11
class Exception {
src/tools/restest/Exception.h
14
Exception()
src/tools/restest/Exception.h
21
Exception(BString description)
src/tools/restest/Exception.h
28
Exception(const char* format,...)
src/tools/restest/Exception.h
39
Exception(status_t error)
src/tools/restest/Exception.h
46
Exception(status_t error, BString description)
src/tools/restest/Exception.h
53
Exception(status_t error, const char* format,...)
src/tools/restest/Exception.h
64
Exception(const Exception& exception)
src/tools/restest/Exception.h
71
~Exception()
src/tools/restest/ResourceFile.cpp
1000
throw Exception(error, "Failed to read resource info table.");
src/tools/restest/ResourceFile.cpp
1020
throw Exception("Unexpected end of resource info table at index "
src/tools/restest/ResourceFile.cpp
1032
throw Exception("Unexpected end of resource info table after "
src/tools/restest/ResourceFile.cpp
1053
throw Exception("Unexpected end of resource info table.");
src/tools/restest/ResourceFile.cpp
1059
throw Exception("The resource info table ought to be empty, but "
src/tools/restest/ResourceFile.cpp
1067
throw Exception("Error at the end of the resource info table: %lu "
src/tools/restest/ResourceFile.cpp
1088
throw Exception("Info table is too short.");
src/tools/restest/ResourceFile.cpp
1103
throw Exception("Invalid resource info table check sum: In "
src/tools/restest/ResourceFile.cpp
1133
throw Exception("Multiple resource infos with the same index "
src/tools/restest/ResourceFile.cpp
1140
throw Exception("Invalid name size (%d) for index %ld in "
src/tools/restest/ResourceFile.cpp
1155
throw Exception("Unexpected error: No resource item at index "
src/tools/restest/ResourceFile.cpp
213
} catch (Exception exception) {
src/tools/restest/ResourceFile.cpp
299
throw Exception("Resource file not initialized.");
src/tools/restest/ResourceFile.cpp
385
throw Exception("Supplied buffer is NULL.");
src/tools/restest/ResourceFile.cpp
387
throw Exception("Supplied buffer is too small.");
src/tools/restest/ResourceFile.cpp
433
throw Exception(error, "Error loading resource data.");
src/tools/restest/ResourceFile.cpp
485
throw Exception("Bad boy error: Wrote %lu bytes, though supposed to "
src/tools/restest/ResourceFile.cpp
497
throw Exception("Calculated resources size differs from actual size "
src/tools/restest/ResourceFile.cpp
509
throw Exception("Written resources differ from those in file. "
src/tools/restest/ResourceFile.cpp
51
throw Exception(read, errorMessage);
src/tools/restest/ResourceFile.cpp
516
} catch (Exception exception) {
src/tools/restest/ResourceFile.cpp
54
throw Exception("%s Read to few bytes (%ld/%lu).", errorMessage,
src/tools/restest/ResourceFile.cpp
57
throw Exception("Read to few bytes (%ld/%lu).", read, size);
src/tools/restest/ResourceFile.cpp
593
throw Exception("File is not a resource file.");
src/tools/restest/ResourceFile.cpp
608
throw Exception("File is not a resource file.");
src/tools/restest/ResourceFile.cpp
611
throw Exception(error, "Failed to initialize resource file.");
src/tools/restest/ResourceFile.cpp
616
throw Exception(error, "Failed to get the file size.");
src/tools/restest/ResourceFile.cpp
628
throw Exception(error, "Failed to get the file size.");
src/tools/restest/ResourceFile.cpp
643
throw Exception("Unsupported ELF data encoding.");
src/tools/restest/ResourceFile.cpp
666
throw Exception("Invalid ELF header: invalid ELF header size: %lu.",
src/tools/restest/ResourceFile.cpp
676
throw Exception("Invalid ELF header: invalid program header table "
src/tools/restest/ResourceFile.cpp
682
throw Exception("Invalid ELF header: program header table exceeds "
src/tools/restest/ResourceFile.cpp
705
throw Exception("Invalid ELF program header: invalid "
src/tools/restest/ResourceFile.cpp
710
throw Exception("Invalid ELF section header: segment "
src/tools/restest/ResourceFile.cpp
723
throw Exception("Invalid ELF header: invalid section header table "
src/tools/restest/ResourceFile.cpp
729
throw Exception("Invalid ELF header: section header table exceeds "
src/tools/restest/ResourceFile.cpp
751
throw Exception("Invalid ELF section header: invalid "
src/tools/restest/ResourceFile.cpp
756
throw Exception("Invalid ELF section header: section "
src/tools/restest/ResourceFile.cpp
768
throw Exception("The ELF object file requires an invalid alignment: "
src/tools/restest/ResourceFile.cpp
774
throw Exception("The ELF object file does not contain resources.");
src/tools/restest/ResourceFile.cpp
788
throw Exception(error, "Failed to get the file size.");
src/tools/restest/ResourceFile.cpp
791
throw Exception("PEF file architecture is not PPC.");
src/tools/restest/ResourceFile.cpp
810
throw Exception("Invalid PEF section header: invalid "
src/tools/restest/ResourceFile.cpp
815
throw Exception("Invalid PEF section header: section "
src/tools/restest/ResourceFile.cpp
847
throw Exception("Invalid resources header magic.");
src/tools/restest/ResourceFile.cpp
851
throw Exception("Bad number of resources.");
src/tools/restest/ResourceFile.cpp
855
throw Exception("Unexpected resource index section offset. Is: %lu, "
src/tools/restest/ResourceFile.cpp
866
throw Exception("Unexpected resource admin section size. Is: %lu, "
src/tools/restest/ResourceFile.cpp
887
throw Exception("Unexpected resource index section offset. Is: %lu, "
src/tools/restest/ResourceFile.cpp
898
throw Exception("Unexpected resource index section size. Is: %lu, "
src/tools/restest/ResourceFile.cpp
906
throw Exception("Unexpected resource index section size. Is: %lu, "
src/tools/restest/ResourceFile.cpp
913
throw Exception("Unexpected resource index section offset. Is: %lu, "
src/tools/restest/ResourceFile.cpp
921
throw Exception("Invalid info table location.");
src/tools/restest/ResourceFile.cpp
978
throw Exception("Invalid resource index entry: index: %ld, "
src/tools/restest/ResourceFile.h
11
class Exception;
src/tools/restest/restest.cpp
107
throw Exception(USAGE_ERROR, "Illegal argument: `'.");
src/tools/restest/restest.cpp
110
throw Exception(USAGE_ERROR, "Illegal argument: `-'.");
src/tools/restest/restest.cpp
115
throw Exception(USAGE_HELP);
src/tools/restest/restest.cpp
131
throw Exception(USAGE_ERROR, BString("Illegal option: `")
src/tools/restest/restest.cpp
140
throw Exception(USAGE_HELP);
src/tools/restest/restest.cpp
161
throw Exception(USAGE_ERROR,
src/tools/restest/restest.cpp
185
throw Exception(error);
src/tools/restest/restest.cpp
187
throw Exception("Entry doesn't exist or is no regular file.");
src/tools/restest/restest.cpp
193
throw Exception(error, "Failed to open file.");
src/tools/restest/restest.cpp
198
} catch (Exception exception) {
src/tools/restest/restest.cpp
199
testResult.exception = new Exception(exception);
src/tools/restest/restest.cpp
322
throw Exception(USAGE_ERROR, "No files given.");
src/tools/restest/restest.cpp
325
} catch (Exception exception) {
src/tools/restest/restest.cpp
55
Exception* exception;
src/tools/set_haiku_revision.cpp
232
Exception()
src/tools/set_haiku_revision.cpp
239
Exception(const char* format,...)
src/tools/set_haiku_revision.cpp
250
Exception(int error)
src/tools/set_haiku_revision.cpp
257
Exception(int error, const char* format,...)
src/tools/set_haiku_revision.cpp
268
Exception(const Exception& exception)
src/tools/set_haiku_revision.cpp
349
throw Exception("Failed to open \"%s\"", fileName);
src/tools/set_haiku_revision.cpp
354
throw Exception("Failed to get the file size.");
src/tools/set_haiku_revision.cpp
360
throw Exception("Not a valid ELF file.");
src/tools/set_haiku_revision.cpp
401
throw Exception(errorMessage);
src/tools/set_haiku_revision.cpp
405
throw Exception(errorMessage);
src/tools/set_haiku_revision.cpp
409
throw Exception("%s Read too few bytes (%zd/%zu).",
src/tools/set_haiku_revision.cpp
412
throw Exception("Read too few bytes (%zd/%zu).",
src/tools/set_haiku_revision.cpp
422
throw Exception(errorMessage);
src/tools/set_haiku_revision.cpp
426
throw Exception(errorMessage);
src/tools/set_haiku_revision.cpp
430
throw Exception("%s Wrote too few bytes (%zd/%zu).",
src/tools/set_haiku_revision.cpp
433
throw Exception("Wrote too few bytes (%zd/%zu).",
src/tools/set_haiku_revision.cpp
551
throw Exception(EIO, "Unsupported ELF data encoding.");
src/tools/set_haiku_revision.cpp
565
throw Exception(EIO,
src/tools/set_haiku_revision.cpp
574
throw Exception(EIO, "Invalid ELF header: invalid section "
src/tools/set_haiku_revision.cpp
583
throw Exception(EIO, "Invalid ELF header: section header "
src/tools/set_haiku_revision.cpp
595
throw Exception(EIO, "Invalid ELF header: invalid section "
src/tools/set_haiku_revision.cpp
639
throw Exception(EIO, "Invalid ELF section header: "
src/tools/set_haiku_revision.cpp
644
throw Exception(EIO, "Invalid ELF section header: "
src/tools/set_haiku_revision.cpp
652
throw Exception(EIO, "Invalid ELF section header: "
src/tools/set_haiku_revision.cpp
699
} catch (Exception& exception) {