Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > kind

kind

Type: Character[1]

The kind property of the Exception class contains the kind of exception that is raised, as listed in the following table.

Character Exception raised by ... Description
0 Precondition violation Exception of the calling method; for example, incorrect parameters or a condition not met
1 Internal exception Exception of the receiver
2 Post-condition violation Not yet implemented; reserved for future use