public interface ExceptionProcessor
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInformation(Exception e)
Generates a
List of String objects based on
the information in the exception. |
List<String> getInformation(Exception e)
List of String objects based on
the information in the exception.e - exceptionCopyright © 2017. All rights reserved.