public class InvalidRequestFormatException extends ApplicationRuntimeException
| Constructor and Description |
|---|
InvalidRequestFormatException(Class<? extends RequestValueResolver> resolverType) |
InvalidRequestFormatException(Throwable t,
Class<? extends RequestValueResolver> resolverType) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends RequestValueResolver> |
getResolverType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidRequestFormatException(Class<? extends RequestValueResolver> resolverType)
public InvalidRequestFormatException(Throwable t, Class<? extends RequestValueResolver> resolverType)
public Class<? extends RequestValueResolver> getResolverType()
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.