org.loom.action
Interface PropertyExceptionHandler

All Known Implementing Classes:
DefaultPropertyExceptionHandler

public interface PropertyExceptionHandler

Handles errors while trying to process properties. This class does not handle validation/conversion failures, but cases where the property could not be found (that usually should more be treated like exceptions)


Method Summary
 void handlePropertyException(Action action, java.lang.String propertyPath, PropertyNotFoundException e)
          Handles the case when a property path could not be found
 

Method Detail

handlePropertyException

void handlePropertyException(Action action,
                             java.lang.String propertyPath,
                             PropertyNotFoundException e)
Handles the case when a property path could not be found