Class SchemaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencastproject.graphql.schema.SchemaException
All Implemented Interfaces:
Serializable

public class SchemaException extends RuntimeException
Thrown when there is an error building the GraphQL schema.
See Also:
  • Constructor Details

    • SchemaException

      public SchemaException()
    • SchemaException

      public SchemaException(String message)
    • SchemaException

      public SchemaException(String message, Throwable t)
    • SchemaException

      public SchemaException(Throwable t)