vn
Class Inspector.InvalidCommandLineArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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[])
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Inspector.InvalidCommandLineArgumentException
public Inspector.InvalidCommandLineArgumentException(String message)
- Constructs the exception object with the given message.
- Parameters:
message
- the text of the exception