public class InvalidFormParameterException extends BadRequestException
| Modifier and Type | Field and Description |
|---|---|
static String |
STRING_REPRESENTATION |
| Constructor and Description |
|---|
InvalidFormParameterException(String message) |
InvalidFormParameterException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringRepresentation() |
addInfo, appendMessage, equals, getDetailedMessage, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, isVerboseExceptions, prependMessage, refreshVerboseExceptions, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String STRING_REPRESENTATION
public InvalidFormParameterException(String message)
public InvalidFormParameterException(Throwable t)
public String getStringRepresentation()
getStringRepresentation in class BadRequestExceptionCopyright © 2025. All rights reserved.