Project Wonder 5.0

er.extensions.validation
Interface ERXValidationFactory.ExceptionDelegateInterface

Enclosing class:
ERXValidationFactory

public static interface ERXValidationFactory.ExceptionDelegateInterface

Exception delegates can be used to provide hooks to customize how messages are generated for validation exceptions and how tempates are looked up. A validation exception can have a delegate set or a default delegate can be set on the factory itself.


Method Summary
 com.webobjects.foundation.NSKeyValueCoding contextForException(ERXValidationException erv)
           
 java.lang.String messageForException(ERXValidationException erv)
           
 java.lang.String templateForException(ERXValidationException erv)
           
 

Method Detail

messageForException

java.lang.String messageForException(ERXValidationException erv)

templateForException

java.lang.String templateForException(ERXValidationException erv)

contextForException

com.webobjects.foundation.NSKeyValueCoding contextForException(ERXValidationException erv)

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.