Nuxeo Enterprise Platform 5.4

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()
           
 
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
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()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.