|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.springframework.jee.validation.InvalidDeploymentUnitException
public class InvalidDeploymentUnitException
Exception thrown when an entire deployment unit is invalid. Contains list of exceptions about detailed violations.
Constructor Summary | |
---|---|
InvalidDeploymentUnitException()
|
Method Summary | |
---|---|
void |
addViolation(SpecificationViolation violation)
|
java.util.List<SpecificationViolation> |
getViolations()
|
boolean |
hasErrors()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidDeploymentUnitException()
Method Detail |
---|
public void addViolation(SpecificationViolation violation)
public java.util.List<SpecificationViolation> getViolations()
public boolean hasErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |