cvs commit: spice/sandbox/repository/componenthaus/src/java/org/componenthaus/usecases/common MissingRequestParameterServletException.java

Mike Hogan <[email protected]>
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
hogie       03/10/28 11:36:06

  Added:       sandbox/repository/componenthaus/src/java/org/componenthaus/usecases/common
                        MissingRequestParameterServletException.java
  Log:
  Some test cases for search use case.  Incomplete.
  
  Revision  Changes    Path
  1.1                  spice/sandbox/repository/componenthaus/src/java/org/componenthaus/usecases/common/MissingRequestParameterServletException.java
  
  Index: MissingRequestParameterServletException.java
  ===================================================================
  package org.componenthaus.usecases.common;
  
  import javax.servlet.ServletException;
  
  public class MissingRequestParameterServletException extends ServletException {
      private final String parameterName;
  
      public MissingRequestParameterServletException(String parameterName) {
          super();
          this.parameterName = parameterName;
      }
  
      public String getParameterName() {
          return parameterName;
      }
  }
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.