RecursionOverflow

dotty.tools.dotc.core.RecursionOverflow
class RecursionOverflow(val op: String, details: => String, val previous: Throwable, val weight: Int) extends TypeError

Attributes

Graph
Supertypes
class TypeError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def explanation: String
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
Throwable
override def getStackTrace(): Array[StackTraceElement]

Attributes

Definition Classes
Throwable
def opsString(rs: List[RecursionOverflow])(using Context): String
override def produceMessage(using Context): Message

Attributes

Definition Classes

Inherited methods

final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
override def getMessage: String

Attributes

Definition Classes
TypeError -> Throwable
Inherited from:
TypeError
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintWriter): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(): Unit

Attributes

Inherited from:
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
final def toMessage(using Context): Message

Attributes

Inherited from:
TypeError
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
Throwable

Concrete fields

val op: String
val previous: Throwable
val weight: Int