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.


Nested Class Summary
static class ExceptionHandlingLibrary.NSStackTraceKey
           
static class ExceptionHandlingLibrary.NSUncaughtRuntimeErrorException
           
static class ExceptionHandlingLibrary.NSUncaughtSystemExceptionException
           
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static ExceptionHandlingLibrary INSTANCE
           
static int NSHandleOtherExceptionMask
           
static int NSHandleTopLevelExceptionMask
           
static int NSHandleUncaughtExceptionMask
           
static int NSHandleUncaughtRuntimeErrorMask
           
static int NSHandleUncaughtSystemExceptionMask
           
static int NSHangOnEveryExceptionMask
           
static int NSHangOnOtherExceptionMask
           
static int NSHangOnTopLevelExceptionMask
           
static int NSHangOnUncaughtExceptionMask
           
static int NSHangOnUncaughtRuntimeErrorMask
           
static int NSHangOnUncaughtSystemExceptionMask
           
static int NSLogAndHandleEveryExceptionMask
           
static int NSLogOtherExceptionMask
           
static int NSLogTopLevelExceptionMask
           
static int NSLogUncaughtExceptionMask
           
static int NSLogUncaughtRuntimeErrorMask
           
static int NSLogUncaughtSystemExceptionMask
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 void NSExceptionHandlerResume()
          Original signature : void NSExceptionHandlerResume()
resume when hung for debugger
 

Field Detail

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
Method Detail

NSExceptionHandlerResume

void NSExceptionHandlerResume()
Original signature : void NSExceptionHandlerResume()
resume when hung for debugger