public static class CommandLine.BadInvocationException extends Exception
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
CommandLine.BadInvocationException(Object opt)
Create an "Argument required" exception for the given option.
|
CommandLine.BadInvocationException(String str)
Create an exception with the given detail string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
static final long serialVersionUID
public CommandLine.BadInvocationException(Object opt)
public CommandLine.BadInvocationException(String str)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.