The class of error conditions generated by type checks. The recovery protocol is empty.
concrete free sealed
| value: | An instance of <object>. The object whose type was checked. |
| exp-type: | An instance of <type>. The type that was expected. The error was signaled because the object was not of this type. |