|
slot 0.0.1
A real time UI render framework
|
#include <YogaJniException.h>


Public 成员函数 | |
| YogaJniException () | |
| ~YogaJniException () override | |
| YogaJniException (jthrowable throwable) | |
| YogaJniException (YogaJniException &&rhs) noexcept | |
| YogaJniException (const YogaJniException &rhs) | |
| ScopedLocalRef< jthrowable > | getThrowable () const noexcept |
Private 属性 | |
| ScopedGlobalRef< jthrowable > | throwable_ |
This class wraps a Java exception (jthrowable) into a C++ exception; A global reference to Java exception (jthrowable) is made so that the exception object does not gets cleared before jni call completion
| facebook::yoga::vanillajni::YogaJniException::YogaJniException | ( | ) |

|
override |

|
explicit |

|
noexcept |
| facebook::yoga::vanillajni::YogaJniException::YogaJniException | ( | const YogaJniException & | rhs | ) |

|
noexcept |


|
private |