Class ExtraPropertiesExtension.UnknownPropertyException

  • All Implemented Interfaces:
    java.io.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.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String createMessage​(java.lang.String propertyName)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownPropertyException

        public UnknownPropertyException​(ExtraPropertiesExtension extension,
                                        java.lang.String propertyName)
    • Method Detail

      • createMessage

        public static java.lang.String createMessage​(java.lang.String propertyName)