Class FieldAlreadySetException

All Implemented Interfaces:
Serializable

public class FieldAlreadySetException
extends RuntimeException
The FieldAlreadySetException will be thrown if setAttributable() of setParent() is invoked on an attribute where theses fields are not null anymore.
Version:
$Revision: 1.4 $
See Also:
Serialized Form
  • Constructor Details

    • FieldAlreadySetException

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