public class InvalidReferenceException extends IllegalArgumentException
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.Constructor and Description |
---|
InvalidReferenceException()
Default constructor.
|
InvalidReferenceException(String message)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidReferenceException()
public InvalidReferenceException(String message)
Copyright © 2015. All Rights Reserved.