getl.proc.sub.FlowProcessException.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of getl Show documentation
Show all versions of getl Show documentation
GETL - based package in Groovy, which automates the work of loading and transforming data
package getl.proc.sub
import groovy.transform.InheritConstructors
/**
* Flow process error
* @author Alexsey Konstantinov
*/
@InheritConstructors
class FlowProcessException extends Exception { }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy