org.etlunit.util.cli.CommandLineProcessingException Maven / Gradle / Ivy
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