#include <java_lang_ArrayIndexOutOfBoundsException.h>
Inheritance diagram for java::lang::ArrayIndexOutOfBoundsException:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::java::lang::ArrayIndexOutOfBoundsException > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::java::lang::ArrayIndexOutOfBoundsException > > | array2D |
Public Member Functions | |
| ArrayIndexOutOfBoundsException (::xmog_dummy _use_java_ctor,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs an ArrayIndexOutOfBoundsException with no detail message. | |
| ArrayIndexOutOfBoundsException (const ::java::lang::String &s,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message. | |
| ArrayIndexOutOfBoundsException (jint index,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index. | |
The index is either negative or greater than or equal to the size of the array.
|
||||||||||||||||
|
Constructs a new
|
|
||||||||||||||||
|
Constructs an
|
|
||||||||||||||||
|
Constructs an
|
1.4.1