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:
java.io.Serializable

public class CommandNotAvailable
extends java.lang.Exception

Exception indicating that the target command is not available:

Author:
tiry
See Also:
Serialized Form

Constructor Summary
CommandNotAvailable(CommandAvailability availability)
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 java.lang.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 java.lang.String getInstallMessage()

getErrorMessage

public java.lang.String getErrorMessage()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.