Searched defs:m_exception (Results 1 - 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DWrappedRuntimeException.java34 private Exception m_exception; field in class:WrappedRuntimeException
47 m_exception = e;
62 m_exception = e;
72 return m_exception;
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DWrappedRuntimeException.java41 private Exception m_exception; field in class:WrappedRuntimeException
54 m_exception = e;
69 m_exception = e;
79 return m_exception;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionState.h54 bool hadException() const { return !m_exception.isEmpty() || m_code; }
61 if (m_exception.isEmpty()) {
67 V8ThrowException::throwError(m_exception.newLocal(m_isolate));
77 ScopedPersistent<v8::Value> m_exception; member in class:WebCore::ExceptionState
H A DScriptState.h50 bool hadException() { return !m_exception.isEmpty(); }
53 m_exception.set(m_isolate, exception);
55 v8::Local<v8::Value> exception() { return m_exception.newLocal(m_isolate); }
56 void clearException() { m_exception.clear(); }
90 ScopedPersistent<v8::Value> m_exception; member in class:WebCore::ScriptState
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathException.java65 protected Exception m_exception; field in class:XPathException
152 this.m_exception = e;
167 this.m_exception = e;
188 Throwable exception = m_exception;
221 Throwable exception = m_exception;
281 Throwable exception = m_exception;
326 return m_exception;

Completed in 139 milliseconds