Uses of Class
com.jniwrapper.macosx.cocoa.nsdecimal.NSCalculationError

Packages that use NSCalculationError
com.jniwrapper.macosx.cocoa.nsdecimalnumber   
 

Uses of NSCalculationError in com.jniwrapper.macosx.cocoa.nsdecimalnumber
 

Methods in com.jniwrapper.macosx.cocoa.nsdecimalnumber with parameters of type NSCalculationError
 com.jniwrapper.Pointer.Void NSDecimalNumberHandler.exceptionDuringOperation_error_leftOperand_rightOperand(Sel operation, NSCalculationError error, NSDecimalNumber leftOperand, NSDecimalNumber rightOperand)
          This method represents the exceptionDuringOperation() method of the NSDecimalNumberHandler Objective-C class.
 com.jniwrapper.Pointer.Void NSDecimalNumberBehaviorsProtocol.exceptionDuringOperation_error_leftOperand_rightOperand(Sel operation, NSCalculationError error, NSDecimalNumber leftOperand, NSDecimalNumber rightOperand)
          This method represents the exceptionDuringOperation() method of the NSDecimalNumberBehaviorsProtocol Objective-C protocol.