class
	BAD_INSPECT_VALUE

General
	cluster: elks
	description: 
		"Exception raised by inspect value which is not one
		of the inspect constants, if there is no Else_part."

Ancestors
	LANGUAGE_EXCEPTION*

Queries
	Code: INTEGER_32
	Exception_manager: EXCEPTION_MANAGER
	exception_trace: ?STRING_8
	is_caught: BOOLEAN
	is_ignorable: BOOLEAN
	is_ignored: BOOLEAN
	is_raisable: BOOLEAN
	line_number: INTEGER_32
	meaning: STRING_8
	message: ?STRING_8
	original: EXCEPTION
	out: STRING_8
	recipient_name: ?STRING_8
	throwing_exception: ?EXCEPTION
	type_name: ?STRING_8

Commands
	raise
	set_message (a_message: [like message] ?STRING_8)