Information | |
---|---|
has gloss | eng: 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. The original exception is saved as a property (such as cause) of the new exception. The idea is that a method should throw exceptions defined at the same abstraction level as the method itself, but without discarding information from the lower levels. |
lexicalization | eng: Exception Chaining |
instance of | c/Software design patterns |
Lexvo © 2008-2024 Gerard de Melo. Contact Legal Information / Imprint