org.chwf.servlet
Class MultiMissingParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.chwf.i18n.MessageException
                    |
                    +--org.chwf.servlet.ControllerException
                          |
                          +--org.chwf.servlet.MissingParameterException
                                |
                                +--org.chwf.servlet.MultiMissingParameterException
All Implemented Interfaces:
java.io.Serializable

public class MultiMissingParameterException
extends MissingParameterException

An exception for multiple missing parameters.

Author:
Paul Strack
See Also:
Serialized Form

Constructor Summary
MultiMissingParameterException(java.util.Collection parameters)
          Constructor for MultiMissingParameterException.
 
Method Summary
 java.lang.String[] getParameters()
          The missing parameters.
 
Methods inherited from class org.chwf.servlet.MissingParameterException
getParameter
 
Methods inherited from class org.chwf.i18n.MessageException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiMissingParameterException

public MultiMissingParameterException(java.util.Collection parameters)
Constructor for MultiMissingParameterException.
Parameters:
parameters - The missing parameters.
Method Detail

getParameters

public java.lang.String[] getParameters()
The missing parameters.
Returns:
The missing parameters.


Copyright © 2002-2004, Paul Strack. All Rights Reserved.