au.com.whitesquare.waf.exception
Class ParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
au.com.whitesquare.exception.WhiteSquareException
au.com.whitesquare.exception.ValidationException
au.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
| Fields inherited from class au.com.whitesquare.exception.ValidationException |
code, ERROR_UNKNOWN, message |
| Methods inherited from class au.com.whitesquare.exception.ValidationException |
getErrorCode, getMessage, toString |
ParameterException
public ParameterException(String message)
- Parameters:
message -
ParameterException
public ParameterException(String message,
String code)
- Parameters:
message - code -
getFormattedMessage
protected String getFormattedMessage(String codeToFormat)
- See Also:
ValidationException.getFormattedMessage(java.lang.String)
Copyright © 2004 Whitesquare Software. All Rights Reserved.