net.contextfw.web.application.request
Class NoValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NoValueException()
          Sole constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoValueException

public NoValueException()
Sole constructor.



Copyright © 2010. All Rights Reserved.