public class CmdLnArgumentException extends CmdLnException
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
CmdLnOption |
getOption()
Get the option that caused this exception
|
CmdLnResult |
getResult()
Get the partial result with missing arguments.
|
public CmdLnResult getResult()
public CmdLnOption getOption()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Copyright (c) 2001-2020 by Stephen Ostermiller