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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDefaultErrorHandler.java53 boolean m_throwExceptionOnError = true; field in class:DefaultErrorHandler
85 m_throwExceptionOnError = throwExceptionOnError;
215 // If the m_throwExceptionOnError flag is true, rethrow the exception.
217 if (m_throwExceptionOnError)
248 // If the m_throwExceptionOnError flag is true, rethrow the exception.
250 if (m_throwExceptionOnError)

Completed in 29 milliseconds