object ExtensionManagerException extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExtensionManagerException
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Cause extends AnyRef
- case class ExtensionNotFound(extName: String) extends Cause with Product with Serializable
- case class InvalidClassManager(extName: String) extends Cause with Product with Serializable
- case class NoClassManager(extName: String) extends Cause with Product with Serializable
- case class NoExtensionName(extName: String) extends Cause with Product with Serializable
- case class NoManifest(extName: String) extends Cause with Product with Serializable
- case class NotFoundClassManager(name: String) extends Cause with Product with Serializable
Value Members
- object UserHalted extends Cause with Product with Serializable