|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
userinterface.cmdline.cmdExceptions.InvalidFlagException
public class InvalidFlagException
Exception that is called if a method is called with a flag that is not specified
Constructor Summary | |
---|---|
InvalidFlagException()
Creates a new exception |
|
InvalidFlagException(java.lang.String s)
Creates a new exception with the causing flag |
Method Summary | |
---|---|
java.lang.String |
getFlag()
Returns the causing flag |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 InvalidFlagException()
public InvalidFlagException(java.lang.String s)
s
- Flag which caused the exceptionMethod Detail |
---|
public java.lang.String getFlag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |