| Package | Description |
|---|---|
| spark.exception |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandlerImpl |
ExceptionMapper.getHandler(Class<? extends Exception> exceptionClass)
Returns the handler associated with the provided exception class
|
ExceptionHandlerImpl |
ExceptionMapper.getHandler(Exception exception)
Returns the handler associated with the provided exception class
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionMapper.map(Class<? extends Exception> exceptionClass,
ExceptionHandlerImpl handler)
Maps the given handler to the provided exception type.
|
Copyright © 2014. All rights reserved.