Packages

p

spice

package spice

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package ajax
  2. package http
  3. package maintenance
  4. package net
  5. package store
  6. package streamer
  7. package util

Type Members

  1. trait ImplementationManager[Implementation, Config] extends AnyRef
  2. trait Initializable extends AnyRef
  3. class ItemContainer[T] extends Iterable[T]
  4. class NoImplementationException extends RuntimeException
  5. case class UserException(message: String, code: Option[Int] = None) extends RuntimeException with Product with Serializable

    Used to signify that the message can be propagated up to the user and is not exposing internal information.

  6. case class ValidationError(message: String, code: Int = ValidationError.General, status: HttpStatus = HttpStatus.InternalServerError) extends Product with Serializable

Value Members

  1. object Platform
  2. object ValidationError extends Serializable

Ungrouped