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

From OOModels
< Artefact:Model‎ | com‎ | sphenon‎ | basics‎ | exception
Jump to navigationJump to search
(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...)
 
Line 12: Line 12:


<wiml>
<wiml>
* ExceptionError Exception
* ReturnCode
   > java.lang.Error
   > java.lang.Exception
</wiml>
</wiml>



Revision as of 09:25, 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 ErrorExceptions, 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.