|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.engine.api.runtime.DeploymentException
public class DeploymentException
Thrown if an exception occured during deployment.
| Constructor Summary | |
|---|---|
DeploymentException(java.util.List<DeploymentInfo> infos,
java.lang.String pattern,
java.lang.Object... args)
|
|
DeploymentException(java.lang.String message,
DeploymentInfo infos)
Creates a DeploymentException with a message and the corresponding deployment information. |
|
DeploymentException(java.lang.String message,
java.util.List<DeploymentInfo> infos)
Creates a DeploymentException with a message and the corresponding deployment information. |
|
| Method Summary | |
|---|---|
DeploymentInfo |
getDeploymentInfo()
Gets information about the deployment operation. |
java.util.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 |
|---|
public DeploymentException(java.lang.String message,
DeploymentInfo infos)
message - the error message.info - the deployment information.
public DeploymentException(java.lang.String message,
java.util.List<DeploymentInfo> infos)
message - the error message.info - the deployment information.
public DeploymentException(java.util.List<DeploymentInfo> infos,
java.lang.String pattern,
java.lang.Object... args)
| Method Detail |
|---|
public DeploymentInfo getDeploymentInfo()
public java.util.List<DeploymentInfo> getInfos()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||