fmpp.util
Class ArgsParser.BadArgsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fmpp.util.ArgsParser.BadArgsException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ArgsParser

public static class ArgsParser.BadArgsException
extends java.lang.Exception

The user has entered invalid options in the command-line. Use the getMessage() method to get the description of the problem, that you can directly print to the terminal for the user.

See Also:
Serialized Form

Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait