public class ExceptionHandlerHaltImpl extends java.lang.Object implements ExceptionHandler
Modifier and Type | Field and Description |
---|---|
static ExceptionHandlerHaltImpl |
INSTANCE
Singleton access
|
Constructor and Description |
---|
ExceptionHandlerHaltImpl() |
Modifier and Type | Method and Description |
---|---|
void |
handleException(CommandAcceptanceException exception)
Handle the CommandAcceptanceException error
|
public static final ExceptionHandlerHaltImpl INSTANCE
public void handleException(CommandAcceptanceException exception)
ExceptionHandler
handleException
in interface ExceptionHandler
exception
- The CommandAcceptanceException to handleCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.