Class ProtoSchemaBuilderException

  • All Implemented Interfaces:
    Serializable

    public final class ProtoSchemaBuilderException
    extends RuntimeException
    A runtime exception that can be thrown during the generation of the Protocol Buffers schema and marshallers either due to improper API usage or due to internal errors.
    Since:
    3.0
    Author:
    [email protected]
    See Also:
    Serialized Form
    • Constructor Detail

      • ProtoSchemaBuilderException

        public ProtoSchemaBuilderException​(String message)
      • ProtoSchemaBuilderException

        public ProtoSchemaBuilderException​(Throwable cause)
      • ProtoSchemaBuilderException

        public ProtoSchemaBuilderException​(String message,
                                           Throwable cause)
      • ProtoSchemaBuilderException

        public ProtoSchemaBuilderException​(XElement element,
                                           String message)
      • ProtoSchemaBuilderException

        public ProtoSchemaBuilderException​(XElement element,
                                           Throwable cause)
      • ProtoSchemaBuilderException

        public ProtoSchemaBuilderException​(XElement element,
                                           String message,
                                           Throwable cause)
    • Method Detail

      • getElement

        public XElement getElement()