ElfFileException
open class ElfFileException(message: String, cause: Throwable? = null) : CommonFileException(source)
Represents an exception occurring during ELF file processing.
Parameters
message
the detailed message describing the error
cause
the underlying reason for the exception