Package org.analogweb.core
Class UnresolvableValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.analogweb.core.ApplicationRuntimeException
-
- org.analogweb.core.UnresolvableValueException
-
- All Implemented Interfaces:
Serializable
public class UnresolvableValueException extends ApplicationRuntimeException
RequestValueResolver
throws this exception when specified type or name not resolvable.- Author:
- snowgooseyk
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnresolvableValueException(RequestValueResolver resolver, Class<?> requiredType, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
RequestValueResolver
getRequestValueResolver()
String
getTypeName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnresolvableValueException
public UnresolvableValueException(RequestValueResolver resolver, Class<?> requiredType, String name)
-
-
Method Detail
-
getRequestValueResolver
public RequestValueResolver getRequestValueResolver()
-
getTypeName
public String getTypeName()
-
getName
public String getName()
-
-