Home
last modified time | relevance | path

Searched refs:newExc (Results 1 – 21 of 21) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp52 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 …]
Dcom_jme3_bullet_PhysicsSpace.cpp53 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 …]
Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp70 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 …]
Dcom_jme3_bullet_joints_motors_RotationalLimitMotor.cpp52 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 …]
Dcom_jme3_bullet_objects_PhysicsCharacter.cpp67 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 …]
Dcom_jme3_bullet_collision_PhysicsCollisionEvent.cpp14 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 …]
Dcom_jme3_bullet_joints_motors_TranslationalLimitMotor.cpp52 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 …]
Dcom_jme3_bullet_objects_PhysicsVehicle.cpp55 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 …]
Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp69 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 …]
Dcom_jme3_bullet_joints_HingeJoint.cpp52 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 …]
Dcom_jme3_bullet_collision_PhysicsCollisionObject.cpp53 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 …]
Dcom_jme3_bullet_joints_Point2PointJoint.cpp52 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 …]
Dcom_jme3_bullet_objects_infos_RigidBodyMotionState.cpp65 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()
Dcom_jme3_bullet_joints_SixDofJoint.cpp52 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 …]
Dcom_jme3_bullet_objects_VehicleWheel.cpp53 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 …]
Dcom_jme3_bullet_collision_shapes_CollisionShape.cpp52 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()
Dcom_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp64 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()
Dcom_jme3_bullet_joints_ConeJoint.cpp52 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()
Dcom_jme3_bullet_joints_PhysicsJoint.cpp52 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()
DjmeClasses.cpp247 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/
DCollationRuleParser.java843 ParseException newExc = makeParseException(reason + ": " + e.getMessage()); in setParseError() local
844 newExc.initCause(e); in setParseError()
845 throw newExc; in setParseError()