Package org.nuxeo.ecm.core.api.model
Class PropertyNotFoundException
- 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.PropertyNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PropertyNotFoundException extends PropertyException
Exception indicating a property not found.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
detail
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description PropertyNotFoundException(String path)
PropertyNotFoundException(String path, String detail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDetail()
String
getPath()
-
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
-
-
-
-
Field Detail
-
detail
protected final String detail
-
-