vn
Class Inspector.UserWantsHelpMessage

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

private static class Inspector.UserWantsHelpMessage
extends Exception

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

See Also:
Inspector.analyzeArguments(String[])

Constructor Summary
Inspector.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

Inspector.UserWantsHelpMessage

public Inspector.UserWantsHelpMessage()
Constructs the exception object.