Skip to content

Package io.github.qishr.cascara.common.util

Class MaxValuesExceededException

java.lang.Object
        java.lang.Throwable
                java.lang.Exception
                        java.lang.RuntimeException
                                io.github.qishr.cascara.common.util.CommandLine.PicocliException
                                        io.github.qishr.cascara.common.util.CommandLine.ParameterException
                                                io.github.qishr.cascara.common.util.CommandLine.MaxValuesExceededException

Enclosing Class:
    io.github.qishr.cascara.common.util.CommandLine


public static class MaxValuesExceededException
extends ParameterException

Exception indicating that more values were specified for an option or parameter than its Option#arity() allows.

Constructor Summary

Constructor Description
MaxValuesExceededException(CommandLine commandLine, String msg)

Methods inherited from ParameterException

getArgSpec, getValue, getCommandLine