Class DeployitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xebialabs.deployit.engine.spi.exception.DeployitException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Checks.ConditionFailedException,Checks.IncorrectArgumentException,Checks.MissingArgumentException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeployitException(Object entity) DeployitException(String message) DeployitException(String messageTemplate, Object... params) DeployitException(Throwable cause) DeployitException(Throwable cause, String messageTemplate, Object... params) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeployitException
public DeployitException() -
DeployitException
-
DeployitException
-
DeployitException
-
DeployitException
-
DeployitException
-
-
Method Details
-
add
-
addAll
-
hasErrors
public boolean hasErrors() -
getErrors
-
getMessage
- Overrides:
getMessagein classThrowable
-
hasEntity
public boolean hasEntity() -
getEntity
-