org.crsh.lang.impl.script
Class CommandNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.crsh.lang.impl.script.CommandNotFoundException
All Implemented Interfaces:
Serializable

public class CommandNotFoundException
extends Exception

Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
CommandNotFoundException(String name)
           
 
Method Summary
 String getName()
           
 
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 name)
Method Detail

getName

public String getName()


Copyright © 2015 eXo Platform SAS. All Rights Reserved.