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

  /prebuilts/misc/common/swig/include/2.0.11/csharp/
director.swg 21 class DirectorException {
26 DirectorException(const char* msg) : swig_msg(msg) {
28 DirectorException(const std::string &msg) : swig_msg(msg) {
33 virtual ~DirectorException() {
38 class DirectorPureVirtualException : public Swig::DirectorException {
40 DirectorPureVirtualException(const char* msg) : DirectorException(std::string("Attempt to invoke pure virtual method ") + msg) {
  /prebuilts/misc/common/swig/include/2.0.11/d/
director.swg 21 class DirectorException {
26 DirectorException(const char* msg) : swig_msg(msg) {
28 DirectorException(const std::string &msg) : swig_msg(msg) {
33 virtual ~DirectorException() {
39 class DirectorPureVirtualException : public Swig::DirectorException {
41 DirectorPureVirtualException(const char* msg) : DirectorException(std::string("Attempted to invoke pure virtual method ") + msg) {
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
director.swg 17 class DirectorException {
21 DirectorException(const char* msg="") {
26 virtual ~DirectorException() {}
30 class DirectorTypeMismatchException : public Swig::DirectorException {
37 class DirectorMethodException : public Swig::DirectorException {};
40 class DirectorPureVirtualException : public Swig::DirectorException {
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
director.swg 131 class DirectorException {
136 DirectorException(VALUE error)
141 DirectorException(VALUE error, const char* hdr, const char* msg ="")
166 virtual ~DirectorException() {}
177 } catch (DirectorException& e) {
211 class DirectorTypeMismatchException : public Swig::DirectorException {
214 : Swig::DirectorException(error, "SWIG director type mismatch", msg)
219 : Swig::DirectorException(rb_eTypeError, "SWIG director type mismatch", msg)
233 class DirectorMethodException : public Swig::DirectorException {
236 : Swig::DirectorException(error)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
director.swg 140 class DirectorException {
144 DirectorException(int code, const char *hdr, const char* msg TSRMLS_DC)
157 throw DirectorException(code, hdr, msg TSRMLS_CC);
162 class DirectorPureVirtualException : public Swig::DirectorException
166 : DirectorException(E_ERROR, "SWIG director pure virtual method called", msg TSRMLS_CC)
176 class DirectorMethodException : public Swig::DirectorException
180 : DirectorException(E_ERROR, "SWIG director method error", msg TSRMLS_CC)
  /prebuilts/misc/common/swig/include/2.0.11/python/
director.swg 195 class DirectorException {
199 DirectorException(PyObject *error, const char* hdr ="", const char* msg ="")
220 throw DirectorException(error, msg);
236 } catch (DirectorException& e) {
273 class DirectorTypeMismatchException : public Swig::DirectorException {
276 : Swig::DirectorException(error, "SWIG director type mismatch", msg)
281 : Swig::DirectorException(PyExc_TypeError, "SWIG director type mismatch", msg)
297 class DirectorMethodException : public Swig::DirectorException {
300 : DirectorException(PyExc_RuntimeError, "SWIG director method error.", msg)
311 class DirectorPureVirtualException : public Swig::DirectorException
    [all...]
  /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/parameter-framework/upstream/bindings/python/
pfw.i 44 catch (Swig::DirectorException &e) { SWIG_fail; }
  /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...]
  /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...]

Completed in 1953 milliseconds