net.contextfw.web.application.request
Class NoValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.contextfw.web.application.request.NoValueException
- All Implemented Interfaces:
- Serializable
public class NoValueException
- extends Exception
This exception is thrown by the RequestParameter to indicate
that requested value cannot be found.
When request parameter value is accessed, it is not always certain that http
client has sent any values, and it must be indicated.
- See Also:
RequestParameter,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoValueException
public NoValueException()
- Sole constructor.
Copyright © 2011. All Rights Reserved.