All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.contextfw.web.application.util.NoValueException Maven / Gradle / Ivy

package net.contextfw.web.application.util;

/**
 * 

* 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 RequestParameter */ public class NoValueException extends Exception { private static final long serialVersionUID = 6369595507987932212L; /** * Sole constructor. */ public NoValueException() { } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy