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
Thrown when we can't build a proper schema due to invalid declarations- 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
-
-