Class UnknownNamedObjectException

    • Constructor Detail

      • UnknownNamedObjectException

        public UnknownNamedObjectException​(XContentLocation contentLocation,
                                           java.lang.Class<?> categoryClass,
                                           java.lang.String name)
      • UnknownNamedObjectException

        public UnknownNamedObjectException​(StreamInput in)
                                    throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException
    • Method Detail

      • getCategoryClass

        public java.lang.String getCategoryClass()
        Category class that was missing a parser. This is a String instead of a class because the class might not be on the classpath of all nodes or it might be exclusive to a plugin or something.
      • getName

        public java.lang.String getName()
        Name of the missing parser.