Package com.saperion.exception
Class ConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.ConstraintViolationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MandatoryConstraintViolationException
,UniqueConstraintViolationException
This exception indicates that something went wrong concerning document definition constraints. This class is not
intended to be thrown itself. Use specific subclasses instead or - if none is applicable - define a new one.
Thus the class is declared abstract. It is however intended to be used in "throws"-clauses.
- Author:
- jschwarz
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeMapImplementationSerializable
(Map<String, com.lexmark.saperion.PropertyType> map) protected static Collection<String>
makeSerializable
(Collection<String> collection) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
definitionName
-
fieldValues
-
-
Constructor Details
-
ConstraintViolationException
-
ConstraintViolationException
-
-
Method Details
-
getDefinitionName
-
getFieldValues
-
makeSerializable
-
makeMapImplementationSerializable
-