Class ExtraPropertiesExtension.UnknownPropertyException

All Implemented Interfaces:
Serializable
Enclosing interface:
ExtraPropertiesExtension

public static class ExtraPropertiesExtension.UnknownPropertyException extends InvalidUserDataException
The exception that will be thrown when an attempt is made to read a property that is not set.
Since:
1.0
See Also:
  • Constructor Details

    • UnknownPropertyException

      public UnknownPropertyException(ExtraPropertiesExtension extension, String propertyName)
      Creates a new UnknownPropertyException.
      Since:
      1.0
  • Method Details

    • createMessage

      public static String createMessage(String propertyName)
      Create message.
      Since:
      2.14