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:
- anistor@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtoSchemaBuilderException(String message)ProtoSchemaBuilderException(String message, Throwable cause)ProtoSchemaBuilderException(Throwable cause)ProtoSchemaBuilderException(XElement element, String message)ProtoSchemaBuilderException(XElement element, String message, Throwable cause)ProtoSchemaBuilderException(XElement element, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XElementgetElement()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-