Package

longevity.exceptions.subdomain

root

Permalink

package root

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. class EarlyIndexAccessException extends SubdomainException

    Permalink

    an exception involving an attempt to access an index before longevity.subdomain.Subdomain initilization

  2. class EarlyKeyAccessException extends SubdomainException

    Permalink

    an exception involving an attempt to access an key before longevity.subdomain.Subdomain initilization

  3. class KeyValException extends SubdomainException

    Permalink

    an exception involving building key values

  4. class LateIndexDefException extends SubdomainException

    Permalink

    an exception involving an attempt to create an index after longevity.subdomain.Subdomain initilization

  5. class LateKeyDefException extends SubdomainException

    Permalink

    an exception involving an attempt to create a key after longevity.subdomain.Subdomain initilization

  6. class NoSuchPropException extends PropException

    Permalink
  7. class NumPropValsException[R <: Root] extends KeyValException

    Permalink

    an exception indicating an attempt to create a key value using the wrong number of property values

  8. class PropException extends SubdomainException

    Permalink

    an exception while building a property

  9. class PropNotOrderedException extends QueryException

    Permalink

    an exception that occurs when a user attempts to use an ordered query operator with an unordered prop

  10. class PropTypeException extends PropException

    Permalink

    an exception indicating an attempt to create a property with the wrong type.

  11. class PropValTypeException[R <: Root] extends KeyValException

    Permalink

    an exception indicating an attempt to set a property with a value of the wrong type.

  12. class QueryException extends SubdomainException

    Permalink

    an exception that occurred while using the Query API

  13. class UnsupportedPropTypeException[R <: Root, U] extends PropException

    Permalink

    thrown on attempt to create a property with a type that longevity doesn't support yet.

    thrown on attempt to create a property with a type that longevity doesn't support yet. these include and properties that are not exactly-one valued - no options, sets or lists anywhere in the path. these also include paths that end on an entity, and not a basic type, shorthand or assoc.

Ungrouped