vn
Class Inspector.InvalidCommandLineArgumentException

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

private static class Inspector.InvalidCommandLineArgumentException
extends IllegalArgumentException

Exception class for identifying when the user did not supply a command-line of the proper format.

See Also:
Inspector.analyzeArguments(String[])

Constructor Summary
Inspector.InvalidCommandLineArgumentException(String message)
          Constructs the exception object with the given message.
 
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.InvalidCommandLineArgumentException

public Inspector.InvalidCommandLineArgumentException(String message)
Constructs the exception object with the given message.

Parameters:
message - the text of the exception