dotty.tools.dotc.reporting

diagnostic

package diagnostic

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Message extends AnyRef

    A Message contains all semantic information necessary to easily comprehend what caused the message to be logged.

    A Message contains all semantic information necessary to easily comprehend what caused the message to be logged. Each message can be turned into a MessageContainer which contains the log level and can later be consumed by a subclass of Reporter.

  2. class MessageContainer extends Exception with Diagnostic

  3. class NoExplanation extends Message

    The fallback Message containing no explanation and having no kind

Value Members

  1. object Message

  2. object MessageContainer extends Serializable

  3. object NoExplanation

    The extractor for NoExplanation can be used to check whether any error lacks an explanation

  4. object messages

Ungrouped