Package

longevity.exceptions.subdomain

ptype

Permalink

package ptype

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. class MultiplePartitionKeysForPType[P <: Persistent] extends PTypeException

    Permalink

    an exception thrown when persistent type contains more than one partition key

  2. class NoKeysForPTypeException[P <: Persistent] extends PTypeException

    Permalink

    an exception thrown when persistent type neither overrides keySet, nor defines an inner object keys

  3. class NoPropsForPTypeException[P <: Persistent] extends PTypeException

    Permalink

    an exception thrown when persistent type neither overrides propSet, nor defines an inner object props

  4. class PTypeException extends SubdomainException

    Permalink

    an exception involving persistent type creation or use

  5. class PartitionKeyForDerivedPTypeException[P <: Persistent] extends PTypeException

    Permalink

    an exception thrown when derived persistent type contains a partition key

Ungrouped