Package groovy.lang

Class MissingPropertyException

    • Field Detail

      • MPE

        public static final Object MPE
    • Constructor Detail

      • MissingPropertyException

        public MissingPropertyException​(String property,
                                        Class type)
      • MissingPropertyException

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

        public MissingPropertyException​(String message)
      • MissingPropertyException

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

      • getProperty

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

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