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
public class ParentNotInitializedException extends SpoonException
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
Constructors Constructor Description ParentNotInitializedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParentNotInitializedException
public ParentNotInitializedException(String message)
-
-