executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
files
/
space.iseki.executables.macho.lc
/
InvalidLoaderCommandException
Invalid
Loader
Command
Exception
class
InvalidLoaderCommandException
(
val
cmd
:
MachoLoadCommandType
,
message
:
String
)
:
Exception
(
source
)
Members
Constructors
Invalid
Loader
Command
Exception
Link copied to clipboard
constructor
(
cmd
:
MachoLoadCommandType
,
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
cmd
Link copied to clipboard
val
cmd
:
MachoLoadCommandType
message
Link copied to clipboard
open
val
message
:
String
?