public class ExceptionHandlerHaltImpl extends 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 © 2019 JBoss by Red Hat. All rights reserved.