Class ProtoSchemaBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.protostream.annotations.ProtoSchemaBuilderException
- All Implemented Interfaces:
Serializable
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
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProtoSchemaBuilderException(String message) ProtoSchemaBuilderException(String message, Throwable cause) ProtoSchemaBuilderException(XElement element, String message) ProtoSchemaBuilderException(XElement element, String message, Throwable cause) ProtoSchemaBuilderException(XElement element, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
element
-
-
Constructor Details
-
ProtoSchemaBuilderException
-
ProtoSchemaBuilderException
-
ProtoSchemaBuilderException
-
ProtoSchemaBuilderException
-
ProtoSchemaBuilderException
-
ProtoSchemaBuilderException
-
-
Method Details
-
getElement
-