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

/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java1500 if (cause != null && ThrowableMethods.fgThrowableMethodsAvailable) {
1502 ThrowableMethods.fgThrowableInitCauseMethod.invoke(lse, new Object [] {cause});
1513 static class ThrowableMethods { class in class:LSSerializerImpl
1521 private ThrowableMethods() {} method in class:LSSerializerImpl.ThrowableMethods

Completed in 718 milliseconds