org.loom.action
Class DefaultPropertyExceptionHandler

java.lang.Object
  extended by org.loom.action.DefaultPropertyExceptionHandler
All Implemented Interfaces:
PropertyExceptionHandler

public class DefaultPropertyExceptionHandler
extends java.lang.Object
implements PropertyExceptionHandler

The default strategy for property binding failures


Constructor Summary
DefaultPropertyExceptionHandler()
           
 
Method Summary
 void handlePropertyException(Action action, java.lang.String propertyPath, PropertyNotFoundException e)
          Handles the case when a property path could not be found
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertyExceptionHandler

public DefaultPropertyExceptionHandler()
Method Detail

handlePropertyException

public void handlePropertyException(Action action,
                                    java.lang.String propertyPath,
                                    PropertyNotFoundException e)
Description copied from interface: PropertyExceptionHandler
Handles the case when a property path could not be found

Specified by:
handlePropertyException in interface PropertyExceptionHandler