Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Deprecated/Lang/bak/e3.h File Reference

Go to the source code of this file.

Defines

#define __J2K__LoThrowType   ( 0xFF00 )
#define __J2K__HiThrowType   ( 0x00FF )
#define __J2K__Throwable   ( 0x0100 )
#define __J2K__Error   ( 0x0200 | __J2K__Throwable )
#define __J2K__LinkageError   ( 0x0400 | __J2K__Error )
#define __J2K__Exception   ( 0x0800 | __J2K__Throwable )
#define __J2K__IncompatibleClassChangeError   ( 0x0F00 | __J2K__LinkageError )
#define __J2K__VirtualMachineError   ( 0x1000 | __J2K__Error )
#define __J2K__RuntimeException   ( 0x2000 | __J2K__Exception )
#define __J2K__IllegalArgumentException   ( 0x4000 | __J2K__RuntimeException )
#define __J2K__IndexOutOfBoundsException   ( 0x8000 | __J2K__RuntimeException )
#define __J2K__ClassNotFoundException   ( __J2K__Exception | 0x01 )
#define __J2K__CloneNotSupportedException   ( __J2K__Exception | 0x02 )
#define __J2K__IllegalAccessException   ( __J2K__Exception | 0x04 )
#define __J2K__InstantiationException   ( __J2K__Exception | 0x08 )
#define __J2K__InterruptedException   ( __J2K__Exception | 0x10 )
#define __J2K__NoSuchFieldException   ( __J2K__Exception | 0x20 )
#define __J2K__NoSuchMethodException   ( __J2K__Exception | 0x40 )
#define __J2K__ArithmeticException   ( __J2K__RuntimeException | 0x01 )
#define __J2K__ArrayStoreException   ( __J2K__RuntimeException | 0x02 )
#define __J2K__ClassCastException   ( __J2K__RuntimeException | 0x04 )
#define __J2K__IllegalStateException   ( __J2K__RuntimeException | 0x08 )
#define __J2K__IllegalMonitorStateException   ( __J2K__RuntimeException | 0x10 )
#define __J2K__NegativeArraySizeException   ( __J2K__RuntimeException | 0x20 )
#define __J2K__NullPointerException   ( __J2K__RuntimeException | 0x40 )
#define __J2K__SecurityException   ( __J2K__RuntimeException | 0x80 )
#define __J2K__ClassCircularityError   ( __J2K__LinkageError | 0x01 )
#define __J2K__ClassFormatError   ( __J2K__LinkageError | 0x02 )
#define __J2K__ExceptionInInitializerError   ( __J2K__LinkageError | 0x04 )
#define __J2K__NoClassDefFoundError   ( __J2K__LinkageError | 0x08 )
#define __J2K__UnsatisfiedLinkError   ( __J2K__LinkageError | 0x10 )
#define __J2K__VerifyError   ( __J2K__LinkageError | 0x20 )
#define __J2K__IllegalThreadStateException   ( __J2K__IllegalArgumentException | 0x01 )
#define __J2K__NumberFormatException   ( __J2K__IllegalArgumentException | 0x02 )
#define __J2K__AbstractMethodError   ( __J2K__IncompatibleClassChangeError | 0x01 )
#define __J2K__IllegalAccessError   ( __J2K__IncompatibleClassChangeError | 0x02 )
#define __J2K__InstantiationError   ( __J2K__IncompatibleClassChangeError | 0x04 )
#define __J2K__NoSuchFieldError   ( __J2K__IncompatibleClassChangeError | 0x08 )
#define __J2K__NoSuchMethodError   ( __J2K__IncompatibleClassChangeError | 0x10 )
#define __J2K__ArrayIndexOutOfBoundsException   ( __J2K__IndexOutOfBoundsException | 0x01 )
#define __J2K__StringIndexOutOfBoundsException   ( __J2K__IndexOutOfBoundsException | 0x02 )
#define __J2K__InternalError   ( __J2K__VirtualMachineError | 0x01 )
#define __J2K__OutOfMemoryError   ( __J2K__VirtualMachineError | 0x02 )
#define __J2K__StackOverflowError   ( __J2K__VirtualMachineError | 0x04 )
#define __J2K__UnknownError   ( __J2K__VirtualMachineError | 0x08 )


Define Documentation

#define __J2K__AbstractMethodError   ( __J2K__IncompatibleClassChangeError | 0x01 )
 

Definition at line 50 of file e3.h.

#define __J2K__ArithmeticException   ( __J2K__RuntimeException | 0x01 )
 

Definition at line 29 of file e3.h.

#define __J2K__ArrayIndexOutOfBoundsException   ( __J2K__IndexOutOfBoundsException | 0x01 )
 

Definition at line 56 of file e3.h.

#define __J2K__ArrayStoreException   ( __J2K__RuntimeException | 0x02 )
 

Definition at line 30 of file e3.h.

#define __J2K__ClassCastException   ( __J2K__RuntimeException | 0x04 )
 

Definition at line 31 of file e3.h.

#define __J2K__ClassCircularityError   ( __J2K__LinkageError | 0x01 )
 

Definition at line 40 of file e3.h.

#define __J2K__ClassFormatError   ( __J2K__LinkageError | 0x02 )
 

Definition at line 41 of file e3.h.

#define __J2K__ClassNotFoundException   ( __J2K__Exception | 0x01 )
 

Definition at line 19 of file e3.h.

#define __J2K__CloneNotSupportedException   ( __J2K__Exception | 0x02 )
 

Definition at line 20 of file e3.h.

#define __J2K__Error   ( 0x0200 | __J2K__Throwable )
 

Definition at line 7 of file e3.h.

#define __J2K__Exception   ( 0x0800 | __J2K__Throwable )
 

Definition at line 9 of file e3.h.

#define __J2K__ExceptionInInitializerError   ( __J2K__LinkageError | 0x04 )
 

Definition at line 42 of file e3.h.

#define __J2K__HiThrowType   ( 0x00FF )
 

Definition at line 4 of file e3.h.

#define __J2K__IllegalAccessError   ( __J2K__IncompatibleClassChangeError | 0x02 )
 

Definition at line 51 of file e3.h.

#define __J2K__IllegalAccessException   ( __J2K__Exception | 0x04 )
 

Definition at line 21 of file e3.h.

#define __J2K__IllegalArgumentException   ( 0x4000 | __J2K__RuntimeException )
 

Definition at line 14 of file e3.h.

#define __J2K__IllegalMonitorStateException   ( __J2K__RuntimeException | 0x10 )
 

Definition at line 33 of file e3.h.

#define __J2K__IllegalStateException   ( __J2K__RuntimeException | 0x08 )
 

Definition at line 32 of file e3.h.

#define __J2K__IllegalThreadStateException   ( __J2K__IllegalArgumentException | 0x01 )
 

Definition at line 47 of file e3.h.

#define __J2K__IncompatibleClassChangeError   ( 0x0F00 | __J2K__LinkageError )
 

Definition at line 10 of file e3.h.

#define __J2K__IndexOutOfBoundsException   ( 0x8000 | __J2K__RuntimeException )
 

Definition at line 15 of file e3.h.

#define __J2K__InstantiationError   ( __J2K__IncompatibleClassChangeError | 0x04 )
 

Definition at line 52 of file e3.h.

#define __J2K__InstantiationException   ( __J2K__Exception | 0x08 )
 

Definition at line 22 of file e3.h.

#define __J2K__InternalError   ( __J2K__VirtualMachineError | 0x01 )
 

Definition at line 59 of file e3.h.

#define __J2K__InterruptedException   ( __J2K__Exception | 0x10 )
 

Definition at line 23 of file e3.h.

#define __J2K__LinkageError   ( 0x0400 | __J2K__Error )
 

Definition at line 8 of file e3.h.

#define __J2K__LoThrowType   ( 0xFF00 )
 

Definition at line 3 of file e3.h.

#define __J2K__NegativeArraySizeException   ( __J2K__RuntimeException | 0x20 )
 

Definition at line 34 of file e3.h.

#define __J2K__NoClassDefFoundError   ( __J2K__LinkageError | 0x08 )
 

Definition at line 43 of file e3.h.

#define __J2K__NoSuchFieldError   ( __J2K__IncompatibleClassChangeError | 0x08 )
 

Definition at line 53 of file e3.h.

#define __J2K__NoSuchFieldException   ( __J2K__Exception | 0x20 )
 

Definition at line 24 of file e3.h.

#define __J2K__NoSuchMethodError   ( __J2K__IncompatibleClassChangeError | 0x10 )
 

Definition at line 54 of file e3.h.

#define __J2K__NoSuchMethodException   ( __J2K__Exception | 0x40 )
 

Definition at line 25 of file e3.h.

#define __J2K__NullPointerException   ( __J2K__RuntimeException | 0x40 )
 

Definition at line 35 of file e3.h.

#define __J2K__NumberFormatException   ( __J2K__IllegalArgumentException | 0x02 )
 

Definition at line 48 of file e3.h.

#define __J2K__OutOfMemoryError   ( __J2K__VirtualMachineError | 0x02 )
 

Definition at line 60 of file e3.h.

#define __J2K__RuntimeException   ( 0x2000 | __J2K__Exception )
 

Definition at line 13 of file e3.h.

#define __J2K__SecurityException   ( __J2K__RuntimeException | 0x80 )
 

Definition at line 36 of file e3.h.

#define __J2K__StackOverflowError   ( __J2K__VirtualMachineError | 0x04 )
 

Definition at line 61 of file e3.h.

#define __J2K__StringIndexOutOfBoundsException   ( __J2K__IndexOutOfBoundsException | 0x02 )
 

Definition at line 57 of file e3.h.

#define __J2K__Throwable   ( 0x0100 )
 

Definition at line 6 of file e3.h.

#define __J2K__UnknownError   ( __J2K__VirtualMachineError | 0x08 )
 

Definition at line 62 of file e3.h.

#define __J2K__UnsatisfiedLinkError   ( __J2K__LinkageError | 0x10 )
 

Definition at line 44 of file e3.h.

#define __J2K__VerifyError   ( __J2K__LinkageError | 0x20 )
 

Definition at line 45 of file e3.h.

#define __J2K__VirtualMachineError   ( 0x1000 | __J2K__Error )
 

Definition at line 12 of file e3.h.


Generated on Sun Oct 14 18:47:08 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001