Package

org.opencypher.okapi.impl

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. final case class CypherValueException(msg: String) extends InternalException with Product with Serializable

    Permalink
  2. final case class IllegalArgumentException(expected: Any, actual: Any = "none") extends InternalException with Product with Serializable

    Permalink
  3. final case class IllegalStateException(msg: String) extends InternalException with Product with Serializable

    Permalink
  4. abstract class InternalException extends RuntimeException with Serializable

    Permalink

    Exceptions that are not covered by the TCK.

    Exceptions that are not covered by the TCK. They are related to limitations of a specific Cypher implementation or to session or property graph interactions that are not covered by the TCK.

  5. final case class NotImplementedException(msg: String) extends InternalException with Product with Serializable

    Permalink
  6. final case class SchemaException(msg: String) extends InternalException with Product with Serializable

    Permalink
  7. final case class UnsupportedOperationException(msg: String) extends InternalException with Product with Serializable

    Permalink

Ungrouped