Package groovy.lang

Class MissingPropertyException

    • Field Detail

      • MPE

        public static final java.lang.Object MPE
    • Constructor Detail

      • MissingPropertyException

        public MissingPropertyException​(java.lang.String property,
                                        java.lang.Class type)
      • MissingPropertyException

        public MissingPropertyException​(java.lang.String property,
                                        java.lang.Class type,
                                        java.lang.Throwable t)
      • MissingPropertyException

        public MissingPropertyException​(java.lang.String message)
      • MissingPropertyException

        public MissingPropertyException​(java.lang.String message,
                                        java.lang.String property,
                                        java.lang.Class type)
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
        Returns:
        the name of the property that could not be found
      • getType

        public java.lang.Class getType()
        Returns:
        The type on which the property was attempted to be called