Package com.liferay.object.exception
Class ObjectValidationRuleEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.object.exception.ObjectValidationRuleEngineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ObjectValidationRuleEngineException.InvalidFields
,ObjectValidationRuleEngineException.InvalidScript
,ObjectValidationRuleEngineException.MustNotBeNull
,ObjectValidationRuleEngineException.NoSuchEngine
,ObjectValidationRuleEngineException.NotAllowedEngine
public class ObjectValidationRuleEngineException
extends com.liferay.portal.kernel.exception.PortalException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Constructor Summary
ConstructorsConstructorDescriptionObjectValidationRuleEngineException
(List<ObjectValidationRuleResult> objectValidationRuleResults) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectValidationRuleEngineException
public ObjectValidationRuleEngineException(List<ObjectValidationRuleResult> objectValidationRuleResults)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getMessageKey
-
getObjectValidationRuleResults
-