We are working to restore the Unionpedia app on the Google Play Store
OutgoingIncoming
🌟We've simplified our design for better navigation!
Instagram Facebook X LinkedIn
Your own Unionpedia with your logo and domain, from 9.99 USD/month
Create my Unionpedia

Exception chaining

Index Exception chaining

Exception chaining, or exception wrapping, is an object-oriented programming technique of handling exceptions by re-throwing a caught exception after wrapping it inside a new exception. [1]

Table of Contents

  1. 5 relations: Exception handling, InfoWorld, Java (programming language), Object-oriented programming, Stack trace.

Exception handling

In computing and computer programming, exception handling is the process of responding to the occurrence of exceptions – anomalous or exceptional conditions requiring special processing – during the execution of a program.

See Exception chaining and Exception handling

InfoWorld

InfoWorld (IW) is an American information technology media business.

See Exception chaining and InfoWorld

Java (programming language)

Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

See Exception chaining and Java (programming language)

Object-oriented programming

Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code: data in the form of fields (often known as attributes or properties), and code in the form of procedures (often known as methods).

See Exception chaining and Object-oriented programming

Stack trace

In computing, a stack trace (also called stack backtrace or stack traceback) is a report of the active stack frames at a certain point in time during the execution of a program.

See Exception chaining and Stack trace

References

[1] https://en.wikipedia.org/wiki/Exception_chaining

Also known as Exception wrapping.