Package org.teavm.classlib.java.lang
Class TArrayIndexOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.teavm.classlib.java.lang.TThrowable
org.teavm.classlib.java.lang.TException
org.teavm.classlib.java.lang.TRuntimeException
org.teavm.classlib.java.lang.TIndexOutOfBoundsException
org.teavm.classlib.java.lang.TArrayIndexOutOfBoundsException
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionTArrayIndexOutOfBoundsException(int index)
TArrayIndexOutOfBoundsException(String message)
-
Method Summary
Methods inherited from class org.teavm.classlib.java.lang.TThrowable
addSuppressed, fillInStackTrace, getCause, getCause0, getClass0, getLocalizedMessage0, getMessage0, getStackTrace0, getSuppressed0, init, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString0
Methods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
TArrayIndexOutOfBoundsException
public TArrayIndexOutOfBoundsException() -
TArrayIndexOutOfBoundsException
-
TArrayIndexOutOfBoundsException
public TArrayIndexOutOfBoundsException(int index)
-