Home
last modified time | relevance | path

Searched defs:getFormattedExceptionMessage (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/exception/
DExceptionContext.java88 String getFormattedExceptionMessage(String baseMessage); in getFormattedExceptionMessage() method
DDefaultExceptionContext.java97 public String getFormattedExceptionMessage(final String baseMessage) { in getFormattedExceptionMessage() method in DefaultExceptionContext
DContextedRuntimeException.java250 public String getFormattedExceptionMessage(final String baseMessage) { in getFormattedExceptionMessage() method in ContextedRuntimeException
DContextedException.java250 public String getFormattedExceptionMessage(final String baseMessage) { in getFormattedExceptionMessage() method in ContextedException