org.crsh.command
Class NoSuchCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.crsh.command.NoSuchCommandException
All Implemented Interfaces:
Serializable

public final class NoSuchCommandException
extends Exception

See Also:
Serialized Form

Field Summary
private  String commandName
          .
 
Constructor Summary
NoSuchCommandException(String commandName)
           
NoSuchCommandException(String commandName, ErrorType errorType, String message)
           
NoSuchCommandException(String commandName, ErrorType errorType, String message, Throwable cause)
           
 
Method Summary
 String getCommandName()
           
 
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
 

Field Detail

commandName

private final String commandName
.

Constructor Detail

NoSuchCommandException

public NoSuchCommandException(String commandName)

NoSuchCommandException

public NoSuchCommandException(String commandName,
                              ErrorType errorType,
                              String message)

NoSuchCommandException

public NoSuchCommandException(String commandName,
                              ErrorType errorType,
                              String message,
                              Throwable cause)
Method Detail

getCommandName

public String getCommandName()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.