Searched refs:m_exception (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DWrappedRuntimeException.java43 private Exception m_exception; field in class:WrappedRuntimeException
56 m_exception = e;
71 m_exception = e;
81 return m_exception;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DWrappedRuntimeException.java36 private Exception m_exception; field in class:WrappedRuntimeException
49 m_exception = e;
64 m_exception = e;
74 return m_exception;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathException.java67 protected Exception m_exception; field in class:XPathException
154 this.m_exception = e;
169 this.m_exception = e;
190 Throwable exception = m_exception;
223 Throwable exception = m_exception;
283 Throwable exception = m_exception;
328 return m_exception;

Completed in 890 milliseconds