Difference between revisions of "Artefact:Model/com/sphenon/basics/exception/ReturnCode"
From OOModels
< Artefact:Model | com | sphenon | basics | exception
Jump to navigationJump to search
AndreasLeue (talk | contribs) (New page: {{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Meta_Downloa...) |
AndreasLeue (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
<wiml> | <wiml> | ||
* | * ReturnCode | ||
> java.lang. | > java.lang.Exception | ||
</wiml> | </wiml> | ||
== Description == | == Description == | ||
[[Artefact:Model/com/sphenon/basics/ | [[Artefact:Model/com/sphenon/basics/exception/ReturnCode|ReturnCode]]s, in | ||
contrast to [[Artefact:Model/com/sphenon/basics/ | 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]
| ||||||
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.