Check if an error exception is present. @return true if an exception is present
()
| 1047 | * @return {@code true} if an exception is present |
| 1048 | */ |
| 1049 | public boolean isExceptionPresent() { |
| 1050 | return errorException != null; |
| 1051 | } |
| 1052 | |
| 1053 | |
| 1054 | // -------------------- debug -------------------- |
no outgoing calls
no test coverage detected