Class AttributeExistsException

All Implemented Interfaces:
Serializable

public class AttributeExistsException
extends RuntimeException
The AttributeExistsException will be thrown if a method tries to add an attribute at a location where another attribute already exists.
Version:
$Revision: 1.4 $
See Also:
Serialized Form
  • Constructor Details

    • AttributeExistsException

      public AttributeExistsException​(String msg)
      Constructs an AttributeExistsException with the specified detail message.
      Parameters:
      msg - the detail message which is saved for later retrieval by the getMessage() method.