Home
last modified time | relevance | path

Searched defs:throwableSupplier (Results 1 – 2 of 2) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DLog.java31 public void error(Supplier<Throwable> throwableSupplier, Supplier<String> messageSupplier) { in error()
68 public void error(Supplier<Throwable> throwableSupplier, Supplier<String> messageSupplier) { in error()
81 void error(Supplier<Throwable> throwableSupplier, Supplier<String> messageSupplier); in error()
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/utils/
DLogTest.java26 public void error(Supplier<Throwable> throwableSupplier, Supplier<String> messageSupplier) { in error()