Package java.lang
Class IndexOutOfBoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IndexOutOfBoundsException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArrayIndexOutOfBoundsException
,StringIndexOutOfBoundsException
public class IndexOutOfBoundsException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexOutOfBoundsException()
IndexOutOfBoundsException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
IndexOutOfBoundsException
public IndexOutOfBoundsException()
-
IndexOutOfBoundsException
public IndexOutOfBoundsException(String var0)
-
-