<!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.text.ParseException
</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.text.html">This Package</a>  <a href="Package-java.text.html">Previous</a>  <a href="Package-java.text.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.text.ParseException
</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>
                   |
                   +----java.text.ParseException
</pre>
<hr>
<dl>
  <dt> public class <b>ParseException</b>
  <dt> extends <a href="java.lang.Exception.html#_top_">Exception</a>
</dl>
Signals that an error has been has been reached unexpectedly
 while parsing.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> Exception, Format, FieldPosition
</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="#ParseException(java.lang.String, int)"><b>ParseException</b></a>(String, int)
  <dd>  Constructs a ParseException with the specified detail message and
 offset.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getErrorOffset()"><b>getErrorOffset</b></a>()
  <dd>  Returns the position where the error was found.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="ParseException"></a>
<a name="ParseException(java.lang.String, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ParseException</b>
<pre>
 public ParseException(<a href="java.lang.String.html#_top_">String</a> s,
                       int errorOffset)
</pre>
<dl>
  <dd> Constructs a ParseException with the specified detail message and
 offset.
 A detail message is a String that describes this particular exception.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> s - the detail message
    <dd> errorOffset - the position where the error is found while parsing.
  </dl></dd>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getErrorOffset()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getErrorOffset"><b>getErrorOffset</b></a>
<pre>
 public int getErrorOffset()
</pre>
<dl>
  <dd> Returns the position where the error was found.
<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.text.html">This Package</a>  <a href="Package-java.text.html">Previous</a>  <a href="Package-java.text.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
