Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/
DXPathException.java65 protected Exception m_exception; field in XPathException
152 this.m_exception = e; in XPathException()
167 this.m_exception = e; in XPathException()
188 Throwable exception = m_exception; in printStackTrace()
221 Throwable exception = m_exception; in getMessage()
281 Throwable exception = m_exception; in printStackTrace()
326 return m_exception; in getException()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DWrappedRuntimeException.java34 private Exception m_exception; field in WrappedRuntimeException
47 m_exception = e; in WrappedRuntimeException()
62 m_exception = e; in WrappedRuntimeException()
72 return m_exception; in getException()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DWrappedRuntimeException.java41 private Exception m_exception; field in WrappedRuntimeException
54 m_exception = e; in WrappedRuntimeException()
69 m_exception = e; in WrappedRuntimeException()
79 return m_exception; in getException()
/external/antlr/runtime/Cpp/include/
Dantlr3recognizersharedstate.inl6 m_exception = NULL;
43 return m_exception;
141 m_exception = exception;
Dantlr3recognizersharedstate.hpp82 ExceptionBaseType* m_exception; member in RecognizerSharedState