Skip to content

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

Class MissingParameterException

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.MissingParameterException

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


public static class MissingParameterException
extends ParameterException

Exception indicating that a required parameter was not specified.

Constructor Summary

Constructor Description
MissingParameterException(CommandLine commandLine, ArgSpec missing, String msg)
MissingParameterException(CommandLine commandLine, Collection<ArgSpec> missing, String msg)

Method Summary

Modifier and Type Method Description
public List<ArgSpec> getMissing()

Methods inherited from ParameterException

getArgSpec, getValue, getCommandLine

Method Details

getMissing

public List<ArgSpec> getMissing()