Class PropertyTargetException

All Implemented Interfaces:
Serializable

public class PropertyTargetException extends IllegalStateException
Indicates that a property couldn't be added to a target, such as a data object description.
Author:
Luís
See Also:
  • Constructor Details

    • PropertyTargetException

      public PropertyTargetException()
      Creates a new instance of PropertyTargetException without detail message.
    • PropertyTargetException

      public PropertyTargetException(String msg)
      Constructs an instance of PropertyTargetException with the specified detail message.
      Parameters:
      msg - the detail message.