Class FlowFunctionalException

  • All Implemented Interfaces:
    PrettyPrint, Serializable

    public class FlowFunctionalException
    extends FlowException
    Exception used to represent a functional exception (example: an error due something you can handle in a business rule). Those exceptions are typically the ones you will want to recover in RecoverableFlows. You can inherit this class to build custom functional exceptions if you want.
    See Also:
    Serialized Form