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.
Never throws an Exception or Throwable
Might throw an Exception
See Implementation
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.