Searched defs:fException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXNIException.java48 private Exception fException; field in class:XNIException
70 fException = exception;
81 fException = exception;
90 return fException;
94 return fException;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMErrorImpl.java57 public Exception fException = null; field in class:DOMErrorImpl
74 fException = exception;
119 return fException;
124 fException = null;

Completed in 79 milliseconds