Class 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
  • Constructor Details

    • ParentNotInitializedException

      public ParentNotInitializedException(String message)