Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncDocument.java269 String diagnosticsString = null; in getDoc() local
349 diagnosticsString = throwable.getMessage(); //sw.toString(); in getDoc()
356 if (null != diagnosticsString) in getDoc()
359 …new Object[]{ diagnosticsString }); //"Can not load requested doc: "+((base == null) ? "" : base … in getDoc()