Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

JOSIF Main Page | JOSIF Guidebook | Modeling | General Patterns | Exceptions

 

There are two types of common exceptions defined in the Interface Framework, i.e., predefined common exceptions and optional common exceptions.

Interface developers should try as much as possible to reuse these common exceptions rather than creating new ones.

Every common exception contains an “error reason” parameter of type String that may be used to supply more information (See details in Internal Framework Model#Pre-defined Exceptions). This information should contain the specific condition(s) that have resulted in the exception as defined in the description part of the associated Use Cases.

  • No labels