Skip to main content

For questions about the implementation of exceptions in a programming language or the handling of exceptions in a compiler or interpreter. Do not use this tag for generic programming questions about an exception you've encountered, as those belong on Stack Overflow.

Exceptions are a form of error handling, where an exception is raised when an 'exceptional' condition is encountered, such as a mathematical error, which can then be caught and handled.

Related tags: