Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.commandline.executor.api
Class CommandNotAvailable

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.platform.commandline.executor.api.CommandNotAvailable
All Implemented Interfaces:
Serializable

public class CommandNotAvailable
extends Exception

Exception indicating that the target command is not available:

Author:
tiry
See Also:
Serialized Form

Constructor Summary
CommandNotAvailable(CommandAvailability availability)
           
 
Method Summary
 String getErrorMessage()
           
 String getInstallMessage()
           
 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandNotAvailable

public CommandNotAvailable(CommandAvailability availability)
Method Detail

getInstallMessage

public String getInstallMessage()

getErrorMessage

public String getErrorMessage()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
Since:
5.4.3

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.