object ExtensionManagerException extends Serializable

Source
ExtensionManagerException.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtensionManagerException
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Cause extends AnyRef
  2. case class ExtensionNotFound(extName: String) extends Cause with Product with Serializable
  3. case class InvalidClassManager(extName: String) extends Cause with Product with Serializable
  4. case class NoClassManager(extName: String) extends Cause with Product with Serializable
  5. case class NoExtensionName(extName: String) extends Cause with Product with Serializable
  6. case class NoManifest(extName: String) extends Cause with Product with Serializable
  7. case class NotFoundClassManager(name: String) extends Cause with Product with Serializable

Value Members

  1. object UserHalted extends Cause with Product with Serializable