public class DeploymentException
extends org.eclipse.stardust.common.error.PublicException
| Constructor and Description |
|---|
DeploymentException(List<DeploymentInfo> infos,
String pattern,
Object... args) |
DeploymentException(String message,
DeploymentInfo infos)
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.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo |
getDeploymentInfo()
Gets information about the deployment operation.
|
List<DeploymentInfo> |
getInfos()
Gets information about the deployment operation.
|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentException(String message, DeploymentInfo infos)
message - the error message.info - the deployment information.public DeploymentException(String message, List<DeploymentInfo> infos)
message - the error message.info - the deployment information.public DeploymentException(List<DeploymentInfo> infos, String pattern, Object... args)
public DeploymentInfo getDeploymentInfo()
public List<DeploymentInfo> getInfos()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.