HomeSort by relevance Sort by last modified time
    Searched defs:DirectorException (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp 538 class DirectorException : public std::exception {
542 DirectorException(JNIEnv *jenv, jthrowable throwable) : classname_(0), msg_(0) {
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
573 ~DirectorException() throw() {
582 // Reconstruct and raise/throw the Java Exception that caused the DirectorException
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp 538 class DirectorException : public std::exception {
542 DirectorException(JNIEnv *jenv, jthrowable throwable) : classname_(0), msg_(0) {
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
573 ~DirectorException() throw() {
582 // Reconstruct and raise/throw the Java Exception that caused the DirectorException
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp 538 class DirectorException : public std::exception {
542 DirectorException(JNIEnv *jenv, jthrowable throwable) : classname_(0), msg_(0) {
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
573 ~DirectorException() throw() {
582 // Reconstruct and raise/throw the Java Exception that caused the DirectorException
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp 538 class DirectorException : public std::exception {
542 DirectorException(JNIEnv *jenv, jthrowable throwable) : classname_(0), msg_(0) {
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
573 ~DirectorException() throw() {
582 // Reconstruct and raise/throw the Java Exception that caused the DirectorException
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp 538 class DirectorException : public std::exception {
542 DirectorException(JNIEnv *jenv, jthrowable throwable) : classname_(0), msg_(0) {
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
573 ~DirectorException() throw() {
582 // Reconstruct and raise/throw the Java Exception that caused the DirectorException
    [all...]

Completed in 808 milliseconds