Matches in DBpedia 2016-04 for { <http://dbpedia.org/resource/Exception_chaining> ?p ?o }
Showing triples 1 to 27 of
27
with 100 triples per page.
- Exception_chaining abstract "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. For example, a method to play a movie file might handle exceptions in reading the file by re-throwing them inside an exception of movie playing. The user interface doesn't need to know whether the error occurred during reading chunk of bytes or calling eof(). It needs only the exception message extracted from cause. The user interface layer will have its own set of exceptions. The one interested in cause can see its stack trace during debugging or in proper log.Throwing the right kind of exceptions is particularly enforced by checked exceptions in the Java programming language, and starting with language version 1.4 almost all exceptions support chaining.In runtime engine environments such as Java or .Net there exist tools that attach to the runtime engine and every time that an exception of interest occurs they record debugging information that existed in memory at the time the exception was thrown (stack and heap values). These tools are called Exception Interception and they provide \"root-cause\" information for exceptions in Java programs that run in production, testing, or development environments.".
- Exception_chaining wikiPageExternalLink chained.html.
- Exception_chaining wikiPageExternalLink jw-0914-exceptions.html.
- Exception_chaining wikiPageID "2609775".
- Exception_chaining wikiPageLength "2006".
- Exception_chaining wikiPageOutDegree "6".
- Exception_chaining wikiPageRevisionID "687481532".
- Exception_chaining wikiPageWikiLink Brian_Goetz.
- Exception_chaining wikiPageWikiLink Category:Software_design_patterns.
- Exception_chaining wikiPageWikiLink Exception_handling.
- Exception_chaining wikiPageWikiLink Java_(programming_language).
- Exception_chaining wikiPageWikiLink Object-oriented_programming.
- Exception_chaining wikiPageWikiLinkText "Exception chaining".
- Exception_chaining wikiPageWikiLinkText "exception chaining".
- Exception_chaining subject Category:Software_design_patterns.
- Exception_chaining hypernym Technique.
- Exception_chaining type TopicalConcept.
- Exception_chaining type Pattern.
- Exception_chaining type Redirect.
- Exception_chaining comment "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.".
- Exception_chaining label "Exception chaining".
- Exception_chaining sameAs Q5419493.
- Exception_chaining sameAs m.07rhh0.
- Exception_chaining sameAs Q5419493.
- Exception_chaining sameAs 异常链.
- Exception_chaining wasDerivedFrom Exception_chaining?oldid=687481532.
- Exception_chaining isPrimaryTopicOf Exception_chaining.