au.com.whitesquare.waf.exception
Class ParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byau.com.whitesquare.exception.WhiteSquareException
              extended byau.com.whitesquare.exception.ValidationException
                  extended byau.com.whitesquare.waf.exception.ParameterException
All Implemented Interfaces:
Serializable

public class ParameterException
extends au.com.whitesquare.exception.ValidationException

These parameters are thrown by the ParameterParser's that are used by the BaseControllerServlet to process the request into the hashmap.
No user code should call these or be worried about their useage.


Last Modified $Date: 2005/06/26 10:52:34 $

Version:
$Revision: 1.4 $
Author:
Steve Mactaggart
See Also:
Serialized Form

Field Summary
 
Fields inherited from class au.com.whitesquare.exception.ValidationException
code, ERROR_UNKNOWN, message
 
Constructor Summary
ParameterException(String message)
           
ParameterException(String message, String code)
           
 
Method Summary
protected  String getFormattedMessage(String codeToFormat)
           
 
Methods inherited from class au.com.whitesquare.exception.ValidationException
getErrorCode, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterException

public ParameterException(String message)
Parameters:
message -

ParameterException

public ParameterException(String message,
                          String code)
Parameters:
message -
code -
Method Detail

getFormattedMessage

protected String getFormattedMessage(String codeToFormat)
See Also:
ValidationException.getFormattedMessage(java.lang.String)


Copyright © 2004 Whitesquare Software. All Rights Reserved.