This documentation is currently being moved to our new documentation site.
Please view or edit the documentation there, instead.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.
fluid.pushSoftFailure
fluid.pushSoftFailure(condition)
Causes an error message to be logged to the console and a real runtime error to be thrown.
fluid.pushSoftFailure(condition);
File name: Fluid.js
Parameters
condition | (Boolean|Function) Either
|
Return Value
none |
Â
See Also
Â
Â
Example
fluid.pushSoftFailure(kettle.utils.failureHandler);