Class PropertyNotFoundException

  • All Implemented Interfaces:
    Serializable, LocalizableException

    public final class PropertyNotFoundException
    extends OperationsException
    Thrown when an attempt is made to retrieve a property using its name but the name was not recognized.

    This exception can occur when attempt is made to retrieve inherited default values from a managed object.

    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyNotFoundException

        public PropertyNotFoundException​(String propertyName)
        Create a new property not found exception.
        Parameters:
        propertyName - The name of the property that could not be found.
    • Method Detail

      • getPropertyName

        public String getPropertyName()
        Get the name of the property that could not be found.
        Returns:
        Returns the name of the property that could not be found.