public class ExceptionHandlerCollectingImpl extends java.lang.Object implements ExceptionHandler
| Constructor and Description |
|---|
ExceptionHandlerCollectingImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommandAcceptanceException> |
getExceptions() |
void |
handleException(CommandAcceptanceException exception)
Handle the CommandAcceptanceException error
|
public void handleException(CommandAcceptanceException exception)
ExceptionHandlerhandleException in interface ExceptionHandlerexception - The CommandAcceptanceException to handlepublic java.util.List<CommandAcceptanceException> getExceptions()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.