<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Mon Jun 09 23:45:36 GMT+03:30 1997 -->
<title>
  Class w3c.xmlOnline.xptr.IllegalXptrException
</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-w3c.xmlOnline.xptr.html">This Package</a>  <a href="Package-w3c.xmlOnline.xptr.html">Previous</a>  <a href="Package-w3c.xmlOnline.xptr.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class w3c.xmlOnline.xptr.IllegalXptrException
</h1>
<pre>
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----w3c.xmlOnline.xptr.IllegalXptrException
</pre>
<hr>
<dl>
  <dt> public class <b>IllegalXptrException</b>
  <dt> extends Exception
</dl>
This exception is raised by class Xptr when a new instance is
 created from a string and the string is not in the correct syntax
 for Xpointers. The Xptr class also generates a descriptive string
 that indicates where it thinks the syntax error is.
<p>
<dl>
  <dt> <b>Version:</b>
  <dd> $Id: w3c.xmlOnline.xptr.IllegalXptrException.html,v 1.6 1997/06/09 22:26:31 bbos Exp $
  <dt> <b>Author:</b>
  <dd> Bert Bos
</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="#IllegalXptrException()"><b>IllegalXptrException</b></a>()
  <dd>  Constructs an IllegalXptrException with no detail message.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#IllegalXptrException(java.lang.String)"><b>IllegalXptrException</b></a>(String)
  <dd>  Constructs an IllegalXptrException 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="IllegalXptrException"></a>
<a name="IllegalXptrException()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>IllegalXptrException</b>
<pre>
 public IllegalXptrException()
</pre>
<dl>
  <dd> Constructs an IllegalXptrException with no detail message. A
 detail message is a String that describes this particular
 exception.
<p>
</dl>
<a name="IllegalXptrException(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>IllegalXptrException</b>
<pre>
 public IllegalXptrException(String s)
</pre>
<dl>
  <dd> Constructs an IllegalXptrException with the specified detail message.
 A detail message is a String that describes this particular exception.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> s - the detail message
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-w3c.xmlOnline.xptr.html">This Package</a>  <a href="Package-w3c.xmlOnline.xptr.html">Previous</a>  <a href="Package-w3c.xmlOnline.xptr.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
