Exception

sealed case class Exception(e: Throwable) extends Status

Evaluating the property raised an exception

Evaluating the property raised an exception

trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any

Value members

Concrete methods

override def equals(o: Any): Boolean
Definition Classes
Equals -> Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product