public class InvocationExceptionToResponseConverter extends Object implements ExceptionToResponseConverter<InvocationException>
| Constructor and Description |
|---|
InvocationExceptionToResponseConverter() |
| Modifier and Type | Method and Description |
|---|---|
Response |
convert(SwaggerInvocation swaggerInvocation,
InvocationException e) |
Class<InvocationException> |
getExceptionClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrderpublic InvocationExceptionToResponseConverter()
public Class<InvocationException> getExceptionClass()
getExceptionClass in interface ExceptionToResponseConverter<InvocationException>public Response convert(SwaggerInvocation swaggerInvocation, InvocationException e)
convert in interface ExceptionToResponseConverter<InvocationException>Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.