spice

package spice

Members list

Packages

package spice.ajax
package spice.http
package spice.net
package spice.store
package spice.streamer
package spice.util

Type members

Classlikes

trait ImplementationManager[Implementation, Config]

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
class ItemContainer[T](implicit ord: Ordering[T]) extends Iterable[T]

Attributes

Supertypes
trait Iterable[T]
trait IterableFactoryDefaults[T, Iterable]
trait IterableOps[T, Iterable, Iterable[T]]
trait IterableOnceOps[T, Iterable, Iterable[T]]
trait IterableOnce[T]
class Object
trait Matchable
class Any
Show all
class NoImplementationException extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object Platform

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Platform.type
case class UserException(message: String, code: Option[Int]) extends RuntimeException

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

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

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ValidationError(message: String, code: Int, status: HttpStatus)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all