|
com.Ostermiller.util Java Utilities |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.Ostermiller.util.CmdLnException
com.Ostermiller.util.UnknownCmdLnOptionException
public class UnknownCmdLnOptionException
Exception thrown when a command line option that was unexpected is found.
Constructor Summary | |
---|---|
UnknownCmdLnOptionException()
Constructs an UnknownCmdLnOptionException |
Method Summary | |
---|---|
String |
getArgument()
Get the argument that caused this exception |
String |
getMessage()
|
String |
getOption()
Get the option that caused this exception |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnknownCmdLnOptionException()
UnknownCmdLnOptionException
Method Detail |
---|
public String getArgument()
public String getOption()
public String getMessage()
getMessage
in class Throwable
|
com.Ostermiller.util Java Utilities |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2012 by Stephen Ostermiller