GigaSpaces XAP 9.0 API

com.sun.jini.system
Class CommandLine.BadInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
CommandLine.BadInvocationException(Object opt)
          Create an "Argument required" exception for the given option.
CommandLine.BadInvocationException(String str)
          Create an exception with the given detail string.
 
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

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.


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.