Class UnresolvableTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- graphql.GraphQLException
-
- io.leangen.graphql.metadata.exceptions.UnresolvableTypeException
-
- All Implemented Interfaces:
Serializable
public class UnresolvableTypeException extends graphql.GraphQLException- Author:
- Bojan Tomic (kaqqao)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnresolvableTypeException(Object result)UnresolvableTypeException(Object result, Exception cause)UnresolvableTypeException(String fieldType, Object result)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-