Reporter

edu.vermontstate.mercury.Reporter
See theReporter companion trait
object Reporter

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reporter.type

Members list

Type members

Classlikes

class InternalErrorException(message: String) extends Exception

Internal compiler errors are handled by throwing instances of this exception. They are not reported in the usual way. Instead the compiler is intended to abort.

Internal compiler errors are handled by throwing instances of this exception. They are not reported in the usual way. Instead the compiler is intended to abort.

Value parameters

message

A human readable message describing the error.

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all