public class ExceptionHandlerCollectingImpl extends Object implements ExceptionHandler
| Constructor and Description |
|---|
ExceptionHandlerCollectingImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<CommandAcceptanceException> |
getExceptions() |
void |
handleException(CommandAcceptanceException exception)
Handle the CommandAcceptanceException error
|
public void handleException(CommandAcceptanceException exception)
ExceptionHandlerhandleException in interface ExceptionHandlerexception - The CommandAcceptanceException to handlepublic List<CommandAcceptanceException> getExceptions()
Copyright © 2019 JBoss by Red Hat. All rights reserved.