René's URL Explorer Experiment


Title: Exceptions - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: www.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://www.cppreference.com/
Create accounthttps://www.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Flanguage%2Fexceptions
Log inhttps://www.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Flanguage%2Fexceptions
Pagehttps://www.cppreference.com/cpp/language/exceptions
Discussionhttps://www.cppreference.com/index.php?title=Talk:cpp/language/exceptions&action=edit&redlink=1
https://www.cppreference.com/cpp/language/exceptions
Readhttps://www.cppreference.com/cpp/language/exceptions
View sourcehttps://www.cppreference.com/index.php?title=cpp/language/exceptions&action=edit
View historyhttps://www.cppreference.com/index.php?title=cpp/language/exceptions&action=history
https://www.cppreference.com/cpp/language/exceptions
cpphttps://www.cppreference.com/cpp
languagehttps://www.cppreference.com/cpp/language
C++https://www.cppreference.com/cpp
Compiler supporthttps://www.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://www.cppreference.com/cpp/freestanding
Languagehttps://www.cppreference.com/cpp/language
Standard libraryhttps://www.cppreference.com/cpp/standard_library
Standard library headershttps://www.cppreference.com/cpp/header
Named requirementshttps://www.cppreference.com/cpp/named_req
Feature test macroshttps://www.cppreference.com/cpp/feature_test
Language support libraryhttps://www.cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://www.cppreference.com/cpp/concepts
Diagnostics libraryhttps://www.cppreference.com/cpp/error
Memory management libraryhttps://www.cppreference.com/cpp/memory
Metaprogramming libraryhttps://www.cppreference.com/cpp/meta
General utilities libraryhttps://www.cppreference.com/cpp/utility
Containers libraryhttps://www.cppreference.com/cpp/container
Iterators libraryhttps://www.cppreference.com/cpp/iterator
Ranges libraryhttps://www.cppreference.com/cpp/ranges
Algorithms libraryhttps://www.cppreference.com/cpp/algorithm
Strings libraryhttps://www.cppreference.com/cpp/string
Text processing libraryhttps://www.cppreference.com/cpp/text
Numerics libraryhttps://www.cppreference.com/cpp/numeric
Date and time libraryhttps://www.cppreference.com/cpp/chrono
Input/output libraryhttps://www.cppreference.com/cpp/io
Filesystem libraryhttps://www.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://www.cppreference.com/cpp/thread
Execution control libraryhttps://www.cppreference.com/cpp/execution
Technical specificationshttps://www.cppreference.com/cpp/experimental
Symbols indexhttps://www.cppreference.com/cpp/symbol_index
External librarieshttps://www.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
C++ languagehttps://www.cppreference.com/cpp/language
Preprocessorhttps://www.cppreference.com/cpp/preprocessor
Commentshttps://www.cppreference.com/cpp/comment
Keywordshttps://www.cppreference.com/cpp/keyword
Escape sequenceshttps://www.cppreference.com/cpp/language/escape
Flow controlhttps://www.cppreference.com/cpp/language/statements
ifhttps://www.cppreference.com/cpp/language/if
switchhttps://www.cppreference.com/cpp/language/switch
forhttps://www.cppreference.com/cpp/language/for
range-forhttps://www.cppreference.com/cpp/language/range-for
whilehttps://www.cppreference.com/cpp/language/while
do-whilehttps://www.cppreference.com/cpp/language/do
continuehttps://www.cppreference.com/cpp/language/continue
breakhttps://www.cppreference.com/cpp/language/break
gotohttps://www.cppreference.com/cpp/language/goto
returnhttps://www.cppreference.com/cpp/language/return
Functionshttps://www.cppreference.com/cpp/language/functions
Function declarationhttps://www.cppreference.com/cpp/language/function
Lambda function expressionhttps://www.cppreference.com/cpp/language/lambda
inline specifierhttps://www.cppreference.com/cpp/language/inline
Dynamic exception specificationshttps://www.cppreference.com/cpp/language/except_spec
noexcept specifierhttps://www.cppreference.com/cpp/language/noexcept_spec
throw-expressionhttps://www.cppreference.com/cpp/language/throw
try blockhttps://www.cppreference.com/cpp/language/try
catch handlerhttps://www.cppreference.com/cpp/language/catch
Namespace declarationhttps://www.cppreference.com/cpp/language/namespace
Namespace aliaseshttps://www.cppreference.com/cpp/language/namespace_alias
Fundamental typeshttps://www.cppreference.com/cpp/language/types
Enumeration typeshttps://www.cppreference.com/cpp/language/enum
Function typeshttps://www.cppreference.com/cpp/language/function
Class/struct typeshttps://www.cppreference.com/cpp/language/class
Union typeshttps://www.cppreference.com/cpp/language/union
const/volatilehttps://www.cppreference.com/cpp/language/cv
decltypehttps://www.cppreference.com/cpp/language/decltype
autohttps://www.cppreference.com/cpp/language/auto
constexprhttps://www.cppreference.com/cpp/language/constexpr
constevalhttps://www.cppreference.com/cpp/language/consteval
constinithttps://www.cppreference.com/cpp/language/constinit
Storage duration specifiershttps://www.cppreference.com/cpp/language/storage_duration
Initializationhttps://www.cppreference.com/cpp/language/initialization
Default-initializationhttps://www.cppreference.com/cpp/language/default_initialization
Value-initializationhttps://www.cppreference.com/cpp/language/value_initialization
Zero-initializationhttps://www.cppreference.com/cpp/language/zero_initialization
Copy-initializationhttps://www.cppreference.com/cpp/language/copy_initialization
Direct-initializationhttps://www.cppreference.com/cpp/language/direct_initialization
Aggregate initializationhttps://www.cppreference.com/cpp/language/aggregate_initialization
List-initializationhttps://www.cppreference.com/cpp/language/list_initialization
Constant initializationhttps://www.cppreference.com/cpp/language/constant_initialization
Reference initializationhttps://www.cppreference.com/cpp/language/reference_initialization
Expressionshttps://www.cppreference.com/cpp/language/expressions
Value categorieshttps://www.cppreference.com/cpp/language/value_category
Order of evaluationhttps://www.cppreference.com/cpp/language/eval_order
Operatorshttps://www.cppreference.com/cpp/language/operators
Operator precedencehttps://www.cppreference.com/cpp/language/operator_precedence
Alternative representationshttps://www.cppreference.com/cpp/language/operator_alternative
Literalshttps://www.cppreference.com/cpp/language/expressions#Literals
Booleanhttps://www.cppreference.com/cpp/language/bool_literal
Integerhttps://www.cppreference.com/cpp/language/integer_literal
Floating-pointhttps://www.cppreference.com/cpp/language/floating_literal
Characterhttps://www.cppreference.com/cpp/language/character_literal
Stringhttps://www.cppreference.com/cpp/language/string_literal
nullptrhttps://www.cppreference.com/cpp/language/nullptr
User-definedhttps://www.cppreference.com/cpp/language/user_literal
Attributeshttps://www.cppreference.com/cpp/language/attributes
typedef declarationhttps://www.cppreference.com/cpp/language/typedef
Type alias declarationhttps://www.cppreference.com/cpp/language/type_alias
Implicit conversionshttps://www.cppreference.com/cpp/language/implicit_conversion
static_casthttps://www.cppreference.com/cpp/language/static_cast
const_casthttps://www.cppreference.com/cpp/language/const_cast
Explicit conversionshttps://www.cppreference.com/cpp/language/explicit_cast
dynamic_casthttps://www.cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttps://www.cppreference.com/cpp/language/reinterpret_cast
new expressionhttps://www.cppreference.com/cpp/language/new
delete expressionhttps://www.cppreference.com/cpp/language/delete
Classeshttps://www.cppreference.com/cpp/language/classes
Class declarationhttps://www.cppreference.com/cpp/language/class
Constructorshttps://www.cppreference.com/cpp/language/constructor
this pointerhttps://www.cppreference.com/cpp/language/this
Access specifiershttps://www.cppreference.com/cpp/language/access
friend specifierhttps://www.cppreference.com/cpp/language/friend
Virtual functionhttps://www.cppreference.com/cpp/language/virtual
override specifierhttps://www.cppreference.com/cpp/language/override
final specifierhttps://www.cppreference.com/cpp/language/final
explicithttps://www.cppreference.com/cpp/language/explicit
statichttps://www.cppreference.com/cpp/language/static
Default constructorhttps://www.cppreference.com/cpp/language/default_constructor
Copy constructorhttps://www.cppreference.com/cpp/language/copy_constructor
Move constructorhttps://www.cppreference.com/cpp/language/move_constructor
Copy assignmenthttps://www.cppreference.com/cpp/language/as_operator
Move assignmenthttps://www.cppreference.com/cpp/language/move_operator
Destructorhttps://www.cppreference.com/cpp/language/destructor
Templateshttps://www.cppreference.com/cpp/language/templates
Class templatehttps://www.cppreference.com/cpp/language/class_template
Function templatehttps://www.cppreference.com/cpp/language/function_template
Template specializationhttps://www.cppreference.com/cpp/language/template_specialization
Parameter packshttps://www.cppreference.com/cpp/language/pack
Inline assemblyhttps://www.cppreference.com/cpp/language/asm
History of C++https://www.cppreference.com/cpp/language/history
[edit]https://cppreference.com/index.php?title=Template:cpp/language/navbar_content&action=edit
try blockhttps://www.cppreference.com/cpp/language/try
Throwing exceptionshttps://www.cppreference.com/cpp/language/throw
Handling exceptionshttps://www.cppreference.com/cpp/language/catch
noexcept specificationhttps://www.cppreference.com/cpp/language/noexcept_spec
dynamic specificationhttps://www.cppreference.com/cpp/language/except_spec
noexcept operatorhttps://www.cppreference.com/cpp/language/noexcept
[edit]https://cppreference.com/index.php?title=Template:cpp/language/exceptions/navbar_content&action=edit
throw expressionhttps://www.cppreference.com/cpp/language/throw#throw_expressions
other contextshttps://www.cppreference.com/cpp/language/throw
try blockhttps://www.cppreference.com/cpp/language/try
handlerhttps://www.cppreference.com/cpp/language/catch
dynamic exception specificationshttps://www.cppreference.com/cpp/language/except_spec
noexcept specificationshttps://www.cppreference.com/cpp/language/noexcept_spec
1 Usagehttps://www.cppreference.com/cpp/language/exceptions#Usage
1.1 Error handlinghttps://www.cppreference.com/cpp/language/exceptions#Error_handling
1.2 Exception safetyhttps://www.cppreference.com/cpp/language/exceptions#Exception_safety
2 Exception objectshttps://www.cppreference.com/cpp/language/exceptions#Exception_objects
3 Noteshttps://www.cppreference.com/cpp/language/exceptions#Notes
4 External linkshttps://www.cppreference.com/cpp/language/exceptions#External_links
[1]https://www.cppreference.com/cpp/language/exceptions#cite_note-1
[2]https://www.cppreference.com/cpp/language/exceptions#cite_note-2
[3]https://www.cppreference.com/cpp/language/exceptions#cite_note-3
RAIIhttps://www.cppreference.com/cpp/language/raii
[4]https://www.cppreference.com/cpp/language/exceptions#cite_note-4
[5]https://www.cppreference.com/cpp/language/exceptions#cite_note-5
[6]https://www.cppreference.com/cpp/language/exceptions#cite_note-6
destructorshttps://www.cppreference.com/cpp/language/destructor
destructorshttps://www.cppreference.com/cpp/language/destructor
noexcepthttps://www.cppreference.com/cpp/language/noexcept
move constructorshttps://www.cppreference.com/cpp/language/move_constructor
[7]https://www.cppreference.com/cpp/language/exceptions#cite_note-7
[8]https://www.cppreference.com/cpp/language/exceptions#cite_note-8
[9]https://www.cppreference.com/cpp/language/exceptions#cite_note-9
[10]https://www.cppreference.com/cpp/language/exceptions#cite_note-10
[11]https://www.cppreference.com/cpp/language/exceptions#cite_note-11
[12]https://www.cppreference.com/cpp/language/exceptions#cite_note-12
[13]https://www.cppreference.com/cpp/language/exceptions#cite_note-13
__cpp_constexpr_exceptionshttps://www.cppreference.com/cpp/feature_test#cpp_constexpr_exceptions
202411Lhttps://www.cppreference.com/cpp/compiler_support/26#cpp_constexpr_exceptions_202411L
https://www.cppreference.com/cpp/language/exceptions#cite_ref-1
"When and How to Use Exceptions"https://www.drdobbs.com/when-and-how-to-use-exceptions/184401836
https://www.cppreference.com/cpp/language/exceptions#cite_ref-2
https://www.cppreference.com/cpp/language/exceptions#cite_ref-3
I.10: Use exceptions to signal a failure to perform a required taskhttps://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Ri-except
https://www.cppreference.com/cpp/language/exceptions#cite_ref-4
Appendix Ehttps://stroustrup.com/3rd_safe.pdf
https://www.cppreference.com/cpp/language/exceptions#cite_ref-5
https://www.cppreference.com/cpp/language/exceptions#cite_ref-6
"Exception Safety in Generic Components"https://www.boost.org/community/exception_safety.html
https://www.cppreference.com/cpp/language/exceptions#cite_ref-7
"Error and Exception Handling"https://www.boost.org/community/error_handling.html
https://www.cppreference.com/cpp/language/exceptions#cite_ref-8
"What should I throw?"https://isocpp.org/wiki/faq/exceptions#what-to-throw
https://www.cppreference.com/cpp/language/exceptions#cite_ref-9
E.14: Use purpose-designed user-defined types as exceptions (not built-in types)https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Re-exception-types
https://www.cppreference.com/cpp/language/exceptions#cite_ref-10
E.15: Throw by value, catch exceptions from a hierarchy by referencehttps://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Re-exception-ref
https://www.cppreference.com/cpp/language/exceptions#cite_ref-11
https://www.cppreference.com/cpp/language/exceptions#cite_ref-12
"What should I catch?"https://isocpp.org/wiki/faq/exceptions#what-to-catch
https://www.cppreference.com/cpp/language/exceptions#cite_ref-13
Support ushttps://www.cppreference.com/support
Recent changeshttps://www.cppreference.com/Special:RecentChanges
FAQhttps://www.cppreference.com/Cppreference:FAQ
Offline versionhttps://www.cppreference.com/Cppreference:Archives
https://www.cppreference.com/cpp/language/exceptions
What links herehttps://www.cppreference.com/Special:WhatLinksHere/cpp/language/exceptions
Related changeshttps://www.cppreference.com/Special:RecentChangesLinked/cpp/language/exceptions
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://www.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://www.cppreference.com/index.php?title=cpp/language/exceptions&oldid=178582
Page informationhttps://www.cppreference.com/index.php?title=cpp/language/exceptions&action=info
Españolhttp://es.cppreference.com/cpp/language/exceptions
日本語http://ja.cppreference.com/cpp/language/exceptions
Русскийhttp://ru.cppreference.com/cpp/language/exceptions
中文http://zh.cppreference.com/cpp/language/exceptions

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.