org.rococoa.cocoa.exceptionhandling
Interface ExceptionHandlingLibrary
- All Superinterfaces:
- Library
public interface ExceptionHandlingLibrary
- extends Library
JNA Wrapper for library ExceptionHandling
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Method Summary |
void |
NSExceptionHandlerResume()
Original signature : void NSExceptionHandlerResume()
resume when hung for debugger |
INSTANCE
static final ExceptionHandlingLibrary INSTANCE
NSLogUncaughtExceptionMask
static final int NSLogUncaughtExceptionMask
- See Also:
- Constant Field Values
NSHandleUncaughtExceptionMask
static final int NSHandleUncaughtExceptionMask
- See Also:
- Constant Field Values
NSLogUncaughtSystemExceptionMask
static final int NSLogUncaughtSystemExceptionMask
- See Also:
- Constant Field Values
NSHandleUncaughtSystemExceptionMask
static final int NSHandleUncaughtSystemExceptionMask
- See Also:
- Constant Field Values
NSLogUncaughtRuntimeErrorMask
static final int NSLogUncaughtRuntimeErrorMask
- See Also:
- Constant Field Values
NSHandleUncaughtRuntimeErrorMask
static final int NSHandleUncaughtRuntimeErrorMask
- See Also:
- Constant Field Values
NSLogTopLevelExceptionMask
static final int NSLogTopLevelExceptionMask
- See Also:
- Constant Field Values
NSHandleTopLevelExceptionMask
static final int NSHandleTopLevelExceptionMask
- See Also:
- Constant Field Values
NSLogOtherExceptionMask
static final int NSLogOtherExceptionMask
- See Also:
- Constant Field Values
NSHandleOtherExceptionMask
static final int NSHandleOtherExceptionMask
- See Also:
- Constant Field Values
NSHangOnUncaughtExceptionMask
static final int NSHangOnUncaughtExceptionMask
- See Also:
- Constant Field Values
NSHangOnUncaughtSystemExceptionMask
static final int NSHangOnUncaughtSystemExceptionMask
- See Also:
- Constant Field Values
NSHangOnUncaughtRuntimeErrorMask
static final int NSHangOnUncaughtRuntimeErrorMask
- See Also:
- Constant Field Values
NSHangOnTopLevelExceptionMask
static final int NSHangOnTopLevelExceptionMask
- See Also:
- Constant Field Values
NSHangOnOtherExceptionMask
static final int NSHangOnOtherExceptionMask
- See Also:
- Constant Field Values
NSHangOnEveryExceptionMask
static final int NSHangOnEveryExceptionMask
- See Also:
- Constant Field Values
NSLogAndHandleEveryExceptionMask
static final int NSLogAndHandleEveryExceptionMask
- See Also:
- Constant Field Values
NSExceptionHandlerResume
void NSExceptionHandlerResume()
- Original signature :
void NSExceptionHandlerResume()
resume when hung for debugger