Home
last modified time | relevance | path

Searched refs:java_lang_Throwable (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/connectivity/source/drivers/jdbc/
H A DThrowable.cxx33 jclass java_lang_Throwable::theClass = 0;
35 java_lang_Throwable::~java_lang_Throwable() in ~java_lang_Throwable()
38 jclass java_lang_Throwable::getMyClass() const in getMyClass()
42 jclass java_lang_Throwable::st_getMyClass() in st_getMyClass()
51 ::rtl::OUString java_lang_Throwable::getMessage() const in getMessage()
58 ::rtl::OUString java_lang_Throwable::getLocalizedMessage() const in getLocalizedMessage()
H A DObject.cxx191 else if ( _pEnvironment->IsInstanceOf( jThrow, java_lang_Throwable::st_getMyClass() ) ) in lcl_translateJNIExceptionToUNOException()
193 … ::std::auto_ptr< java_lang_Throwable > pThrow( new java_lang_Throwable( _pEnvironment, jThrow ) ); in lcl_translateJNIExceptionToUNOException()
H A DJConnection.cxx685 java_lang_Throwable::st_getMyClass(); in loadDriverFromProperties()
/aoo42x/main/connectivity/source/inc/java/lang/
H A DThrowable.hxx33 class java_lang_Throwable : public java_lang_Object class
40 virtual ~java_lang_Throwable();
42 java_lang_Throwable( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){} in java_lang_Throwable() function in connectivity::java_lang_Throwable
H A DException.hxx34 class java_lang_Exception : public java_lang_Throwable{
42 java_lang_Exception( JNIEnv * pEnv, jobject myObj ) : java_lang_Throwable( pEnv, myObj ){} in java_lang_Exception()

Completed in 35 milliseconds