RExceptions

rescala.structure.RExceptions
object RExceptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
case class ObservedException(location: Any, details: String, cause: Throwable) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def toExternalReadException[R](r: Any, f: => R): R