Companion

object Companion

Properties

Link copied to clipboard
const val typeFunctor: String

The existence error Struct functor

Functions

Link copied to clipboard

Creates an ExistenceError reporting that procedure does not exist (i.e. is not defined in the current knowledge bases/libraries).

Link copied to clipboard

Creates an ExistenceError reporting that no resource named name exists.

Link copied to clipboard

Creates an ExistenceError reporting that no source/sink (I/O stream) named alias exists.

Same as forSourceSink, but alias is a raw String rather than an Atom.

Link copied to clipboard

Creates an ExistenceError reporting that no stream matching steamTerm exists.

Link copied to clipboard
fun of(context: ExecutionContext, expectedType: ExistenceError.ObjectType, culprit: Term, message: String): ExistenceError

Creates an ExistenceError reporting that no expectedType named/identified by culprit exists.