Fail

org.nlogo.core.Fail
object Fail

Attributes

Source
Fail.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Fail.type

Members list

Value members

Concrete methods

def cAssert(condition: Boolean, desc: => String, locatable: SourceLocatable): Unit

Attributes

Source
Fail.scala
def cAssert(condition: Boolean, desc: => String, location: SourceLocation): Unit

Attributes

Source
Fail.scala
def exception(message: String, locatable: SourceLocatable): Nothing

Attributes

Source
Fail.scala
def exception(message: String, location: SourceLocation): Nothing

Attributes

Source
Fail.scala
def exception(message: String, start: Int, end: Int, filename: String): Nothing

Attributes

Source
Fail.scala