public class IllegalArgumentExceptionToProducerResponseConverter extends Object implements ExceptionToProducerResponseConverter<IllegalArgumentException>
| Constructor and Description |
|---|
IllegalArgumentExceptionToProducerResponseConverter() |
| Modifier and Type | Method and Description |
|---|---|
Response |
convert(SwaggerInvocation swaggerInvocation,
IllegalArgumentException e) |
Class<IllegalArgumentException> |
getExceptionClass() |
int |
getOrder() |
public IllegalArgumentExceptionToProducerResponseConverter()
public Class<IllegalArgumentException> getExceptionClass()
getExceptionClass in interface ExceptionToProducerResponseConverter<IllegalArgumentException>public int getOrder()
getOrder in interface ExceptionToProducerResponseConverter<IllegalArgumentException>public Response convert(SwaggerInvocation swaggerInvocation, IllegalArgumentException e)
convert in interface ExceptionToProducerResponseConverter<IllegalArgumentException>Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.