
co.cask.wrangler.api.SkipRowException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wrangler Show documentation
Show all versions of wrangler Show documentation
An interactive tool for data cleansing and transformation.
The newest version!
package co.cask.wrangler.api;
/**
* An exception thrown when the row needs to be skipped.
*/
public class SkipRowException extends Exception {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy