Class InvalidReferenceException

  • All Implemented Interfaces:
    Serializable

    public class InvalidReferenceException
    extends IllegalArgumentException
    Exception that is thrown if an invalid ElementReference is used. This can be the case if it refers to a previously removed element, or to an element stored in a different collection.

    This exception does not need to be caught explicitly.

    See Also:
    Serialized Form