Module org.dyn4j

Class ObjectAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class ObjectAlreadyExistsException
    extends IllegalArgumentException
    Represents an exception when an object has already been added to another object.
    Since:
    5.0.0
    Version:
    5.0.0
    Author:
    William Bittle
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectAlreadyExistsException

        public ObjectAlreadyExistsException​(String argumentName,
                                            Object object,
                                            Object owner)
        Minimal constructor.
        Parameters:
        argumentName - the name of the argument
        object - the object
        owner - the current owner of the object