Using TopCoder

Java

Base Exception Version 2.0

STATUS KEY : Specification Design and Architecture Development and Testing Complete
  • Overview

    Encapsulates custom exception functionality.

  • Functionality

    In order to handle exceptions and errors in a unified manner, a generic exception class is needed. Error processing logic is simplified since an application can throw one Throwable object wrapping several error types. The Base Exception component follows the chained exception paradigm.

    TopCoder components throw custom exceptions inherited from the same base class to simplify error handling.
  • Technologies

    Java

    Availability

    Version 2.0
Adobe Acrobat is required to view TopCoder Software specification documentation.

This component is a Base Component