com.sun.jini.system
Class CommandLine.BadInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jini.system.CommandLine.BadInvocationException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CommandLine
public static class CommandLine.BadInvocationException
- extends Exception
Signal that the user specified an option in an improper way.
The most common errors are not providing an argument to an
option that needed one or specifying an unknown option.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandLine.BadInvocationException
public CommandLine.BadInvocationException(Object opt)
- Create an "Argument required" exception for the given option.
CommandLine.BadInvocationException
public CommandLine.BadInvocationException(String str)
- Create an exception with the given detail string.
Copyright © GigaSpaces.