Class ProtoSchemaBuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.protostream.annotations.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:
  • Constructor Details

    • 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 Details

    • getElement

      public XElement getElement()