Class UnknownPropertyException

All Implemented Interfaces:
Serializable

public class UnknownPropertyException extends CommunicationEngineException
This exception is used to indicate that a object property could not be found for a specific name.
Since:
9.3
Author:
A.Pragt
See Also:
  • Constructor Details

    • UnknownPropertyException

      public UnknownPropertyException(String name)
      Constructs the exception with the name of the unknown property.
      Parameters:
      name - The name of the unknown property.
  • Method Details

    • getPropertyName

      public String getPropertyName()
      This method returns the name of the unknown property.
      Returns:
      The name of the unknown property.