Exception

case class Exception(t: Throwable) extends Error

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

trait Serializable
trait Product
trait Equals
trait Error
trait Result[Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

def map[V](f: Nothing => V): Result[V]
Inherited from:
Error
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def transform[V](f: PartialFunction[Any, V]): Result[V]
Inherited from:
Error