uvi
Class Generator.UserWantsHelpMessage

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uvi.Generator.UserWantsHelpMessage
All Implemented Interfaces:
Serializable
Enclosing class:
Generator

private static class Generator.UserWantsHelpMessage
extends Exception

Exception class for identifying when the user requests to view the help/usage message for the program.

See Also:
Generator.analyzeArguments(String[])

Constructor Summary
Generator.UserWantsHelpMessage()
          Constructs the exception object.
 
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
 

Constructor Detail

Generator.UserWantsHelpMessage

public Generator.UserWantsHelpMessage()
Constructs the exception object.