public class OptionParseException
extends org.apache.commons.cli.ParseException
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.cli.Option |
option |
Constructor and Description |
---|
OptionParseException(Throwable cause,
org.apache.commons.cli.Option option) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
org.apache.commons.cli.Option |
getOption() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OptionParseException(Throwable cause, org.apache.commons.cli.Option option)
public org.apache.commons.cli.Option getOption()
public String getMessage()
getMessage
in class Throwable
Copyright © 2007–2017 Mark A. Ziesemer. All rights reserved.