PEFileException

Represents an exception occurring during PE file processing.

This exception provides structured error reporting by separating the static error message from contextual parameters. The message should be 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

Properties

Link copied to clipboard
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?