Package com.liferay.object.exception
Class ObjectFieldSettingValueException.InvalidValue
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.ObjectFieldSettingValueException
com.liferay.object.exception.ObjectFieldSettingValueException.InvalidValue
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ObjectFieldSettingValueException
public static class ObjectFieldSettingValueException.InvalidValue
extends ObjectFieldSettingValueException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.object.exception.ObjectFieldSettingValueException
ObjectFieldSettingValueException.ExceedsMaxLength, ObjectFieldSettingValueException.InvalidValue, ObjectFieldSettingValueException.MissingRequiredValues, ObjectFieldSettingValueException.UnmodifiableValue
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidValue
(String objectFieldName, String objectFieldSettingName, String objectFieldSettingValue) InvalidValue
(String objectFieldName, String objectFieldSettingName, String objectFieldSettingValue, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidValue
-
InvalidValue
-