Difference between revisions of "Artefact:Model/com/sphenon/basics/exception/ReturnCode"

From OOModels
< Artefact:Model‎ | com‎ | sphenon‎ | basics‎ | exception
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
== Description ==
== Description ==


[[Artefact:Model/com/sphenon/basics/exceptions/ReturnCode|ReturnCode]]s, in
[[Artefact:Model/com/sphenon/basics/exception/ReturnCode|ReturnCode]]s, in
contrast to [[Artefact:Model/com/sphenon/basics/exceptions/ErrorException|ErrorException]]s,
contrast to [[Artefact:Model/com/sphenon/basics/exception/ExceptionError|ExceptionError]]s,
reflect normal processing circumstances. They have to be declared when
reflect normal processing circumstances. They have to be declared when
thrown, and should be caught and processed by the caller. They provide
thrown, and should be caught and processed by the caller. They provide
a means of returning a processing result in addition to what is
a means of returning a processing result in addition to what is
declared as the return value.
declared as the return value.

Latest revision as of 10:01, 26 March 2010

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Diagram
Namespace (more)
create new pages

Code[edit]

java.lang.Exception
ReturnCode


Description[edit]

ReturnCodes, in contrast to ExceptionErrors, reflect normal processing circumstances. They have to be declared when thrown, and should be caught and processed by the caller. They provide a means of returning a processing result in addition to what is declared as the return value.