RecursionOverflow

class RecursionOverflow(val op: String, details: => String, val previous: Throwable, val weight: Int) extends TypeError
class TypeError
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def fillInStackTrace(): Throwable
Definition Classes
Definition Classes
override def produceMessage(using Context): Message
Definition Classes

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
override def getMessage: String
Definition Classes
Inherited from:
TypeError
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
final def toMessage(using Context): Message
Inherited from:
TypeError

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Inherited from:
Throwable

Concrete fields

val op: String
val weight: Int