org.crsh.shell.impl.command.spi
Class CommandCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.crsh.shell.impl.command.spi.CommandCreationException
All Implemented Interfaces:
Serializable

public final class CommandCreationException
extends Exception

See Also:
Serialized Form

Field Summary
private  String commandName
          .
private  ErrorType errorType
          .
 
Constructor Summary
CommandCreationException(String commandName, ErrorType errorType, String message)
           
CommandCreationException(String commandName, ErrorType errorType, String message, Throwable cause)
           
 
Method Summary
 String getCommandName()
           
 ErrorType getErrorType()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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
.


errorType

private final ErrorType errorType
.

Constructor Detail

CommandCreationException

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

CommandCreationException

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

getErrorType

public ErrorType getErrorType()

getCommandName

public String getCommandName()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2014 eXo Platform SAS. All Rights Reserved.