CommonFileException
Base exception for all file format processing errors.
This exception provides structured error reporting by separating the static error message from contextual parameters. The message is a fixed string constant that describes the general type of error, while the arguments contain specific runtime values that caused the error.
Parameters
message
A fixed string constant describing the type of error
arguments
A list of key-value pairs containing contextual information about the error. Each pair consists of a parameter name and its string representation.
cause
The underlying cause of this exception, if any