BadInstructionException
@objc(BadInstructionException)
public class BadInstructionException : NSException
A simple NSException subclass. It’s not required to subclass NSException (since the exception type is represented in the name) but this helps for identifying the exception through runtime type.
-
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
An Objective-C callable function, invoked from the
mach_exc_server
callback functioncatch_mach_exception_raise_state
to push theraiseBadInstructionException
function onto the stack.Declaration
Swift
@objc(receiveReply:) public class func receiveReply(_ reply: bad_instruction_exception_reply_t) -> CInt