Package org.nuxeo.ecm.core.api.model
Class InvalidPropertyValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.ecm.core.api.PropertyException
-
- org.nuxeo.ecm.core.api.model.InvalidPropertyValueException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PropertyConversionException
public class InvalidPropertyValueException extends PropertyException
Exception thrown when setting an illegal property value.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description InvalidPropertyValueException()
InvalidPropertyValueException(String message)
InvalidPropertyValueException(String message, Throwable cause)
InvalidPropertyValueException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidPropertyValueException
public InvalidPropertyValueException()
-
InvalidPropertyValueException
public InvalidPropertyValueException(String message)
-
InvalidPropertyValueException
public InvalidPropertyValueException(String message, Throwable cause)
-
InvalidPropertyValueException
public InvalidPropertyValueException(Throwable cause)
-
-