Packages

object Fail

Source
Fail.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fail
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def cAssert(condition: Boolean, desc: ⇒ String, location: SourceLocation): Unit
  2. def cAssert(condition: Boolean, desc: ⇒ String, locatable: SourceLocatable): Unit
  3. def exception(message: String, start: Int, end: Int, filename: String): Nothing
  4. def exception(message: String, location: SourceLocation): Nothing
  5. def exception(message: String, locatable: SourceLocatable): Nothing