<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.lang.StringIndexOutOfBoundsException
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.html">This Package</a>  <a href="java.lang.SecurityException.html#_top_">Previous</a>  <a href="Package-java.lang.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.lang.StringIndexOutOfBoundsException
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Exception.html#_top_">java.lang.Exception</a>
                   |
                   +----<a href="java.lang.RuntimeException.html#_top_">java.lang.RuntimeException</a>
                           |
                           +----<a href="java.lang.IndexOutOfBoundsException.html#_top_">java.lang.IndexOutOfBoundsException</a>
                                   |
                                   +----java.lang.StringIndexOutOfBoundsException
</pre>
<hr>
<dl>
  <dt> public class <b>StringIndexOutOfBoundsException</b>
  <dt> extends <a href="java.lang.IndexOutOfBoundsException.html#_top_">IndexOutOfBoundsException</a>
</dl>
Thrown by the <code>charAt</code> method in class 
 <code>String</code> and by other <code>String</code> 
 methods to indicate that an index is either negative or greater 
 than or equal to the size of the string.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.lang.String.html#charAt(int)">charAt</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#StringIndexOutOfBoundsException()"><b>StringIndexOutOfBoundsException</b></a>()
  <dd>  Constructs a <code>StringIndexOutOfBoundsException</code> with no 
 detail message.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#StringIndexOutOfBoundsException(int)"><b>StringIndexOutOfBoundsException</b></a>(int)
  <dd>  Constructs a new <code>StringIndexOutOfBoundsException</code> 
 class with an argument indicating the illegal index.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#StringIndexOutOfBoundsException(java.lang.String)"><b>StringIndexOutOfBoundsException</b></a>(String)
  <dd>  Constructs a <code>StringIndexOutOfBoundsException</code> with 
 the specified detail message.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="StringIndexOutOfBoundsException"></a>
<a name="StringIndexOutOfBoundsException()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>StringIndexOutOfBoundsException</b>
<pre>
 public StringIndexOutOfBoundsException()
</pre>
<dl>
  <dd> Constructs a <code>StringIndexOutOfBoundsException</code> with no 
 detail message.
<p>
</dl>
<a name="StringIndexOutOfBoundsException(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>StringIndexOutOfBoundsException</b>
<pre>
 public StringIndexOutOfBoundsException(<a href="java.lang.String.html#_top_">String</a> s)
</pre>
<dl>
  <dd> Constructs a <code>StringIndexOutOfBoundsException</code> with 
 the specified detail message.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> s - the detail message.
  </dl></dd>
</dl>
<a name="StringIndexOutOfBoundsException(int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>StringIndexOutOfBoundsException</b>
<pre>
 public StringIndexOutOfBoundsException(int index)
</pre>
<dl>
  <dd> Constructs a new <code>StringIndexOutOfBoundsException</code> 
 class with an argument indicating the illegal index.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> index - the illegal index.
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.html">This Package</a>  <a href="java.lang.SecurityException.html#_top_">Previous</a>  <a href="Package-java.lang.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
