|
|||||||||
| 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(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 |
|---|
public DeploymentException(String message,
DeploymentInfo info)
message - the error message.info - the deployment information.
public DeploymentException(String message,
List<DeploymentInfo> infos)
message - the error message.infos - the deployment information.
public DeploymentException(List<DeploymentInfo> infos,
String pattern,
Object... args)
| Method Detail |
|---|
public DeploymentInfo getDeploymentInfo()
public List<DeploymentInfo> getInfos()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||