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

  /external/apache-xml/src/main/java/org/apache/xml/utils/
WrappedRuntimeException.java 34 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/
WrappedRuntimeException.java 41 private Exception m_exception; field in class:WrappedRuntimeException
54 m_exception = e;
69 m_exception = e;
79 return m_exception;
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java 65 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;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionState.h 81 bool hadException() const { return !m_exception.isEmpty() || m_code; }
117 ScopedPersistent<v8::Value> m_exception; member in class:WebCore::ExceptionState

Completed in 196 milliseconds