Package spoon.reflect.declaration
Class ParentNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
spoon.SpoonException
spoon.reflect.declaration.ParentNotInitializedException
- All Implemented Interfaces:
Serializable
This exception is thrown when the parent of an element has not been correctly
initialized.
- Author:
- Renaud Pawlak
- See Also:
CtElement.setParent(CtElement)
,CtElement.getParent()
,CtElement.updateAllParentsBelow()
, Serialized Form
-
Field Summary
Fields inherited from class spoon.SpoonException
LOGGER
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParentNotInitializedException
-