CT

Status indicating what kind of throwable might be caused by an expression.

This is a subset of BE restricted to the values actually used by canThrow.

Values

ValueMeaning
noneBE.none

Never throws an Exception or Throwable

exceptionBE.throw_

Might throw an Exception

errorBE.errthrow

Meta