webwork.action
Interface IllegalArgumentAware
- All Known Implementing Classes:
- ActionSupport
- public interface IllegalArgumentAware
This interface can be implemented by actions that wish to be notified
if an IllegalArgumentException was thrown when the value of a field
was converted from string to the property's type.
Example: an action with a property of type int will get a call to this
interface if the value "123a" is supplied.
- Version:
- $Revision: 1.7 $
- Author:
- Rickard Öberg (rickard@middleware-company.com)
addIllegalArgumentException
public void addIllegalArgumentException(java.lang.String fieldName,
java.lang.IllegalArgumentException e)
Copyright © 2001-2003 WebWork All Rights Reserved.