Go to the source code of this file.
Defines | |
| #define | Throwable ( 0x000100 ) |
| #define | Error ( 0x000200 | Throwable ) |
| #define | Exception ( 0x000400 | Throwable ) |
| #define | LinkageError ( 0x000800 | Error ) |
| #define | VirtualMachineError ( 0x001000 | Error ) |
| #define | IllegalArgumentException 0x000400 |
| #define | IndexOutOfBoundsException 0x001000 |
| #define | IncompatibleClassChangeError 0x000800 |
| #define | RuntimeException 0x004000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001