org.eclipse.stardust.engine.api.runtime
Class DeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.PublicException
                      extended by org.eclipse.stardust.engine.api.runtime.DeploymentException
All Implemented Interfaces:
Serializable

public class DeploymentException
extends org.eclipse.stardust.common.error.PublicException

Thrown if an exception occured during deployment.

Version:
$Revision$
Author:
ubirkemeyer
See Also:
Serialized Form

Constructor Summary
DeploymentException(List<DeploymentInfo> infos, String pattern, Object... args)
           
DeploymentException(String message, DeploymentInfo info)
          Creates a DeploymentException with a message and the corresponding deployment information.
DeploymentException(String message, List<DeploymentInfo> infos)
          Creates a DeploymentException with a message and the corresponding deployment information.
 
Method Summary
 DeploymentInfo getDeploymentInfo()
          Gets information about the deployment operation.
 List<DeploymentInfo> getInfos()
          Gets information about the deployment operation.
 
Methods inherited from class org.eclipse.stardust.common.error.ApplicationException
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

DeploymentException

public DeploymentException(String message,
                           DeploymentInfo info)
Creates a DeploymentException with a message and the corresponding deployment information.

Parameters:
message - the error message.
info - the deployment information.

DeploymentException

public DeploymentException(String message,
                           List<DeploymentInfo> infos)
Creates a DeploymentException with a message and the corresponding deployment information.

Parameters:
message - the error message.
infos - the deployment information.

DeploymentException

public DeploymentException(List<DeploymentInfo> infos,
                           String pattern,
                           Object... args)
Method Detail

getDeploymentInfo

public DeploymentInfo getDeploymentInfo()
Gets information about the deployment operation.

Returns:
the deployment information.

getInfos

public List<DeploymentInfo> getInfos()
Gets information about the deployment operation.

Returns:
the deployment information.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.