Runtime exceptions

Runtime exceptions

These are exceptional conditions that are internal to the application, and that the application usually cannot anticipate or recover from.

Runtime exceptions are not subject to the Catch or Specify Requirement. Runtime exceptions are those indicated by RuntimeException and its subclasses.

Runtime exceptions — Structure map

Clickable & Draggable!

Runtime exceptions — Related pages: