MissingType

class MissingType(pre: Type, name: Name) extends TypeError
class TypeError
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Concrete methods

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
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