Exception

cask.router.Result$.Error$.Exception
case class Exception(t: Throwable) extends Error

Invoking the EntryPoint failed with an exception while executing code within it.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Error
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def map[V](f: Nothing => V): Result[V]

Attributes

Inherited from:
Error
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def transform[V](f: PartialFunction[Any, V]): Result[V]

Attributes

Inherited from:
Error