Class CommandLine.PicocliException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.logging.log4j.core.tools.picocli.CommandLine.PicocliException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandLine.ExecutionException, CommandLine.InitializationException, CommandLine.ParameterException, CommandLine.TypeConversionException
Enclosing class:
CommandLine

public static class CommandLine.PicocliException extends RuntimeException
Base class of all exceptions thrown by picocli.CommandLine.
Since:
2.0
See Also:
  • Field Details

  • Constructor Details

    • PicocliException

      public PicocliException(String msg)
    • PicocliException

      public PicocliException(String msg, Exception ex)