org.apache.felix.gogo.runtime
Class CommandNotFoundException

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 org.apache.felix.gogo.runtime.CommandNotFoundException
All Implemented Interfaces:
Serializable

public class CommandNotFoundException
extends IllegalArgumentException

Thrown if an unknown command is entered into a shell or passed on the command line

See Also:
Serialized Form

Constructor Summary
CommandNotFoundException(String command)
           
 
Method Summary
 String getCommand()
           
 
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

CommandNotFoundException

public CommandNotFoundException(String command)
Method Detail

getCommand

public String getCommand()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.