All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.etlunit.util.cli.CommandLineProcessingException Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package org.etlunit.util.cli;

public class CommandLineProcessingException extends RuntimeException
{
	public CommandLineProcessingException()
	{
		super();    //To change body of overridden methods use File | Settings | File Templates.
	}

	public CommandLineProcessingException(String message)
	{
		super(message);    //To change body of overridden methods use File | Settings | File Templates.
	}

	public CommandLineProcessingException(String message, Throwable cause)
	{
		super(message, cause);    //To change body of overridden methods use File | Settings | File Templates.
	}

	public CommandLineProcessingException(Throwable cause)
	{
		super(cause);    //To change body of overridden methods use File | Settings | File Templates.
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy