Package org.apache.sling.models.factory
Class MissingElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.sling.models.factory.MissingElementException
-
- All Implemented Interfaces:
java.io.Serializable
@ProviderType public class MissingElementException extends java.lang.RuntimeException
Exception which is used whenever one element (field, method or constructor) could not be set.- See Also:
MissingElementsException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingElementException(java.lang.reflect.AnnotatedElement element, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.AnnotatedElement
getElement()
-