Model review and simulation > Reviewer > Provided PTC reviews > Report reviews > Catches exception (Reviewer Review)
Catches exception (Reviewer Review)
This review reports operations that are responsible for dealing with exceptions.
By examining which operations are called from operations (see sequence diagram below).
..and by looking at the exceptions that operations throw (and are not re-thrown by calling operations).
The system reports the operations that are responsible for dealing with exceptions.
Consequences
Appropriate exception handling is essential for robust applications.
Strategy
If you are happy that the operation is an appropriate place for the handling the exception then ignore the review item.