Monday, December 15, 2008

Exceptions of type Errors

Error defines exceptions that are not expected to be caught under normal circumstances by the program. Exceptions of type Error are used by Java run-time systems to indicate errors having to do with the run-time environment, itself. Stack overflow is an example of such an error. Exceptions of type Error are typically created in response to catastrophic failures that cannot be handled by the program.

0 comments: