Class NoMessageBuilderOnClassException

  • All Implemented Interfaces:
    Serializable

    public class NoMessageBuilderOnClassException
    extends RuntimeException
    Indicates, that the target property for a Yaml IncludeConstruct is not a valid Protobuf Message, because they should contain a Message Builder. This Message.Builder is required for the processing.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoMessageBuilderOnClassException

        public NoMessageBuilderOnClassException​(org.yaml.snakeyaml.nodes.Node node)
        Creates a new exception instance based on the given Node.
        Parameters:
        node - the node, which points to a non-Protobuf message type.