Package io.smallrye.graphql.schema
Class SchemaBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.smallrye.graphql.schema.SchemaBuilderException
-
- All Implemented Interfaces:
Serializable
public class SchemaBuilderException extends RuntimeException
Runtime exception when we could not create a type (input or output) while building the schema or the schema itself- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaBuilderException()SchemaBuilderException(String string)SchemaBuilderException(String string, Throwable thrwbl)SchemaBuilderException(String string, Throwable thrwbl, boolean bln, boolean bln1)SchemaBuilderException(Throwable thrwbl)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-