- All Implemented Interfaces:
- Serializable
public class PropertyEditorException
extends IllegalArgumentException
This exception can be thrown by property editors instead of IllegalArgumentException ActionSupport will use the
bundleKey to look up a localized error message. The message will then be formatted with the propertyValues. If no
default message is supplied then one is constructed here. The default message is used to be backwards compatible so
that people who have created their own ActionSupport classes and do not want to use the new localization features
will not have to make changes to their code.
- Version:
- $Revision: 1.1 $
- Author:
- Dick Zetterberg (dick@transitor.se)
- See Also:
IllegalArgumentAware,
ActionSupport,
Serialized Form