Package org.nuxeo.template.processors
Class AbstractBindingResolver.ValueNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.template.processors.AbstractBindingResolver.ValueNotFound
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractBindingResolver
protected static class AbstractBindingResolver.ValueNotFound extends NuxeoException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description ValueNotFound()
ValueNotFound(Exception e)
-
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
-
ValueNotFound
public ValueNotFound(Exception e)
-
ValueNotFound
public ValueNotFound()
-
-