org.decisiondeck.jmcda.xws.transformer
Interface FunctionWithErrorManagement<F,V>

All Superinterfaces:
FunctionWithInputCheck<F,V>

public interface FunctionWithErrorManagement<F,V>
extends FunctionWithInputCheck<F,V>


Method Summary
 V apply(F input)
           
 List<String> getErrors()
           
 

Method Detail

apply

V apply(F input)
        throws InvalidInputException
Specified by:
apply in interface FunctionWithInputCheck<F,V>
Throws:
InvalidInputException

getErrors

List<String> getErrors()


Copyright © 2011. All Rights Reserved.