Skip to content

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

Class MutuallyExclusiveArgsException

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

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


public static class MutuallyExclusiveArgsException
extends ParameterException

Exception indicating that the user input included multiple arguments from a mutually exclusive group.

Constructor Summary

Constructor Description
MutuallyExclusiveArgsException(CommandLine commandLine, String msg)

Methods inherited from ParameterException

getArgSpec, getValue, getCommandLine