Class ArgumentUtils.ValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.aggdes.algorithm.util.ArgumentUtils.ValidationException
All Implemented Interfaces:
Serializable
Enclosing class:
ArgumentUtils

public static class ArgumentUtils.ValidationException extends RuntimeException
Thrown on error parsing or validating command-line arguments.

Optional parameter component specifies which component was being validated and allows us to give detailed information about the parameters expected by that component.

See Also:
  • Constructor Details

    • ValidationException

      public ValidationException(Component component, String message)
  • Method Details

    • getComponent

      public Component getComponent()