Package com.inet.pdfc.error


package com.inet.pdfc.error
Error handling and reporting for i-net PDFC (PDF Compare) operations.

This package provides the infrastructure for managing and reporting errors that occur during PDF comparison operations. It includes error categorization, handling, and reporting mechanisms.

Key components include:

  • Error categorization - System for classifying different types of errors that can occur during PDF comparison, including file access errors, parsing errors, and comparison errors
  • Error handling - Framework for managing and recovering from errors, including error propagation, logging, and user notification
  • Error reporting - Components for generating detailed error reports and diagnostic information, including stack traces and context data
  • Error recovery - Mechanisms for handling error conditions and attempting recovery where possible, including fallback strategies and alternative processing paths
  • Error logging - Infrastructure for logging error information and diagnostic data, with support for different logging levels and output formats

The package provides a comprehensive error handling system that ensures robust operation of the PDFC application. It supports detailed error reporting, graceful error recovery, and extensive logging capabilities. The system is designed to provide clear and actionable error information to both users and developers.

Since:
1.0
  • Class
    Description
    A JSON serializable replacement for Throwables.
    Primary exception type to send exceptions with a numeric cause.
    A class to get the exceptions of a presenter.