executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
files
/
space.iseki.executables.macho
/
MachoFileException
Macho
File
Exception
class
MachoFileException
:
CommonFileException
(
source
)
Exception thrown when a Mach-O file is invalid or cannot be processed.
Members
Constructors
Macho
File
Exception
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?