public class TypeMismatchException extends BadRequestException
Constructor and Description |
---|
TypeMismatchException(String name,
Type type)
Creates a type mismatch error.
|
TypeMismatchException(String name,
Type type,
Throwable cause)
Creates a type mismatch error.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Parameter/attribute name.
|
getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2022. All rights reserved.