/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_joints_SliderJoint.cpp | 52 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SliderJoint_getLowerLinLimit() local 53 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SliderJoint_getLowerLinLimit() 68 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SliderJoint_setLowerLinLimit() local 69 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SliderJoint_setLowerLinLimit() 84 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SliderJoint_getUpperLinLimit() local 85 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SliderJoint_getUpperLinLimit() 100 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SliderJoint_setUpperLinLimit() local 101 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SliderJoint_setUpperLinLimit() 116 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SliderJoint_getLowerAngLimit() local 117 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SliderJoint_getLowerAngLimit() [all …]
|
D | com_jme3_bullet_PhysicsSpace.cpp | 53 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_PhysicsSpace_createPhysicsSpace() local 54 env->ThrowNew(newExc, "The physics space has not been created."); in Java_com_jme3_bullet_PhysicsSpace_createPhysicsSpace() 70 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_PhysicsSpace_stepSimulation() local 71 env->ThrowNew(newExc, "The physics space does not exist."); in Java_com_jme3_bullet_PhysicsSpace_stepSimulation() 87 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() local 88 env->ThrowNew(newExc, "The physics space does not exist."); in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() 92 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() local 93 env->ThrowNew(newExc, "The collision object does not exist."); in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() 112 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_PhysicsSpace_removeCollisionObject() local 113 env->ThrowNew(newExc, "The physics space does not exist."); in Java_com_jme3_bullet_PhysicsSpace_removeCollisionObject() [all …]
|
D | com_jme3_bullet_objects_PhysicsRigidBody.cpp | 70 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsRigidBody_isInWorld() local 71 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsRigidBody_isInWorld() 86 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsLocation() local 87 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsLocation() 111 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2() local 112 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2() 136 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsRotation__JLcom_jme3_math_Quaternion_2() local 137 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsRotation__JLcom_jme3_math_Quaternion_2() 161 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsLocation() local 162 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsLocation() [all …]
|
D | com_jme3_bullet_joints_motors_RotationalLimitMotor.cpp | 52 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getLoLimit() local 53 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getLoLimit() 68 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setLoLimit() local 69 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setLoLimit() 84 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getHiLimit() local 85 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getHiLimit() 100 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setHiLimit() local 101 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setHiLimit() 116 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getTargetVelocity() local 117 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getTargetVelocity() [all …]
|
D | com_jme3_bullet_objects_PhysicsCharacter.cpp | 67 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsCharacter_setCharacterFlags() local 68 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsCharacter_setCharacterFlags() 84 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsCharacter_createCharacterObject() local 85 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsCharacter_createCharacterObject() 103 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsCharacter_warp() local 104 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsCharacter_warp() 121 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsCharacter_setWalkDirection() local 122 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsCharacter_setWalkDirection() 139 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsCharacter_setUpAxis() local 140 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsCharacter_setUpAxis() [all …]
|
D | com_jme3_bullet_collision_PhysicsCollisionEvent.cpp | 14 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulse() local 15 env->ThrowNew(newExc, "The manifoldPoint does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulse() 30 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral1() local 31 env->ThrowNew(newExc, "The manifoldPoint does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral1() 46 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral2() local 47 env->ThrowNew(newExc, "The manifoldPoint does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral2() 62 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedFriction() local 63 env->ThrowNew(newExc, "The manifoldPoint does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedFriction() 78 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedRestitution() local 79 env->ThrowNew(newExc, "The manifoldPoint does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedRestitution() [all …]
|
D | com_jme3_bullet_joints_motors_TranslationalLimitMotor.cpp | 52 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getLowerLimit() local 53 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getLowerLimit() 68 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setLowerLimit() local 69 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setLowerLimit() 84 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getUpperLimit() local 85 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getUpperLimit() 100 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setUpperLimit() local 101 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setUpperLimit() 116 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getAccumulatedImpulse() local 117 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getAccumulatedImpulse() [all …]
|
D | com_jme3_bullet_objects_PhysicsVehicle.cpp | 55 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsVehicle_updateWheelTransform() local 56 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsVehicle_updateWheelTransform() 73 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsVehicle_createVehicleRaycaster() local 74 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsVehicle_createVehicleRaycaster() 91 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsVehicle_createRaycastVehicle() local 92 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsVehicle_createRaycastVehicle() 98 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsVehicle_createRaycastVehicle() local 99 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsVehicle_createRaycastVehicle() 117 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsVehicle_setCoordinateSystem() local 118 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsVehicle_setCoordinateSystem() [all …]
|
D | com_jme3_bullet_objects_PhysicsGhostObject.cpp | 69 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setGhostFlags() local 70 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setGhostFlags() 85 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsLocation() local 86 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsLocation() 101 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2() local 102 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2() 117 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Quaternion_2() local 118 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Quaternion_2() 133 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsLocation() local 134 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsLocation() [all …]
|
D | com_jme3_bullet_joints_HingeJoint.cpp | 52 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_HingeJoint_enableMotor() local 53 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_HingeJoint_enableMotor() 68 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_HingeJoint_getEnableAngularMotor() local 69 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_HingeJoint_getEnableAngularMotor() 84 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_HingeJoint_getMotorTargetVelocity() local 85 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_HingeJoint_getMotorTargetVelocity() 100 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_HingeJoint_getMaxMotorImpulse() local 101 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_HingeJoint_getMaxMotorImpulse() 116 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_HingeJoint_setLimit__JFF() local 117 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_HingeJoint_setLimit__JFF() [all …]
|
D | com_jme3_bullet_collision_PhysicsCollisionObject.cpp | 53 jclass newExc = env->FindClass("java/lang/IllegalStateException"); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_attachCollisionShape() local 54 env->ThrowNew(newExc, "The collision object does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_attachCollisionShape() 59 jclass newExc = env->FindClass("java/lang/IllegalStateException"); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_attachCollisionShape() local 60 env->ThrowNew(newExc, "The collision shape does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_attachCollisionShape() 75 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_finalizeNative() local 76 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_finalizeNative() 94 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_initUserPointer() local 95 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_initUserPointer() 118 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_setCollisionGroup() local 119 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_setCollisionGroup() [all …]
|
D | com_jme3_bullet_joints_Point2PointJoint.cpp | 52 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_Point2PointJoint_setDamping() local 53 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_Point2PointJoint_setDamping() 68 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_Point2PointJoint_setImpulseClamp() local 69 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_Point2PointJoint_setImpulseClamp() 84 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_Point2PointJoint_setTau() local 85 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_Point2PointJoint_setTau() 100 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_Point2PointJoint_getDamping() local 101 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_Point2PointJoint_getDamping() 116 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_Point2PointJoint_getImpulseClamp() local 117 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_Point2PointJoint_getImpulseClamp() [all …]
|
D | com_jme3_bullet_objects_infos_RigidBodyMotionState.cpp | 65 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_applyTransform() local 66 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_applyTransform() 81 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldLocation() local 82 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldLocation() 97 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotation() local 98 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotation() 113 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotationQuat() local 114 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotationQuat() 129 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_finalizeNative() local 130 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_finalizeNative()
|
D | com_jme3_bullet_joints_SixDofJoint.cpp | 52 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SixDofJoint_getRotationalLimitMotor() local 53 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SixDofJoint_getRotationalLimitMotor() 68 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SixDofJoint_getTranslationalLimitMotor() local 69 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SixDofJoint_getTranslationalLimitMotor() 84 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SixDofJoint_setLinearUpperLimit() local 85 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SixDofJoint_setLinearUpperLimit() 102 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SixDofJoint_setLinearLowerLimit() local 103 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SixDofJoint_setLinearLowerLimit() 120 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_SixDofJoint_setAngularUpperLimit() local 121 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_SixDofJoint_setAngularUpperLimit() [all …]
|
D | com_jme3_bullet_objects_VehicleWheel.cpp | 53 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_VehicleWheel_getWheelLocation() local 54 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_VehicleWheel_getWheelLocation() 69 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_VehicleWheel_getWheelRotation() local 70 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_VehicleWheel_getWheelRotation() 106 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_VehicleWheel_getCollisionLocation() local 107 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_VehicleWheel_getCollisionLocation() 122 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_VehicleWheel_getCollisionNormal() local 123 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_VehicleWheel_getCollisionNormal() 138 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_objects_VehicleWheel_getSkidInfo() local 139 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_objects_VehicleWheel_getSkidInfo() [all …]
|
D | com_jme3_bullet_collision_shapes_CollisionShape.cpp | 52 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_shapes_CollisionShape_getMargin() local 53 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_shapes_CollisionShape_getMargin() 68 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_shapes_CollisionShape_setLocalScaling() local 69 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_shapes_CollisionShape_setLocalScaling() 86 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_shapes_CollisionShape_setMargin() local 87 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_shapes_CollisionShape_setMargin() 102 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_shapes_CollisionShape_finalizeNative() local 103 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_shapes_CollisionShape_finalizeNative()
|
D | com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp | 64 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() local 65 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() 70 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() local 71 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() 91 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_removeChildShape() local 92 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_removeChildShape() 97 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_removeChildShape() local 98 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_removeChildShape()
|
D | com_jme3_bullet_joints_ConeJoint.cpp | 52 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_ConeJoint_setLimit() local 53 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_ConeJoint_setLimit() 69 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_ConeJoint_setAngularOnly() local 70 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_ConeJoint_setAngularOnly()
|
D | com_jme3_bullet_joints_PhysicsJoint.cpp | 52 jclass newExc = env->FindClass("java/lang/NullPointerException"); in Java_com_jme3_bullet_joints_PhysicsJoint_getAppliedImpulse() local 53 env->ThrowNew(newExc, "The native object does not exist."); in Java_com_jme3_bullet_joints_PhysicsJoint_getAppliedImpulse()
|
D | jmeClasses.cpp | 247 jclass newExc = env->FindClass("java/lang/NullPointerException"); in throwNPE() local 248 env->ThrowNew(newExc, ""); in throwNPE()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRuleParser.java | 843 ParseException newExc = makeParseException(reason + ": " + e.getMessage()); in setParseError() local 844 newExc.initCause(e); in setParseError() 845 throw newExc; in setParseError()
|