Artefact:Model/com/sphenon/basics/exception/ReturnCode

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