public class UnknownCmdLnOptionException extends CmdLnException
Constructor and Description |
---|
UnknownCmdLnOptionException()
Constructs an
UnknownCmdLnOptionException |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgument()
Get the argument that caused this exception
|
java.lang.String |
getMessage() |
java.lang.String |
getOption()
Get the option that caused this exception
|
public UnknownCmdLnOptionException()
UnknownCmdLnOptionException
public java.lang.String getArgument()
public java.lang.String getOption()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Copyright (c) 2001-2020 by Stephen Ostermiller