All Packages Class Hierarchy This Package Previous Next Index
Class w3c.xmlOnline.xptr.IllegalXptrException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----w3c.xmlOnline.xptr.IllegalXptrException
- public class IllegalXptrException
- extends Exception
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.
- Version:
- $Id: w3c.xmlOnline.xptr.IllegalXptrException.html,v 1.6 1997/06/09 22:26:31 bbos Exp $
- Author:
- Bert Bos
-
IllegalXptrException()
- Constructs an IllegalXptrException with no detail message.
-
IllegalXptrException(String)
- Constructs an IllegalXptrException with the specified detail message.
IllegalXptrException
public IllegalXptrException()
- Constructs an IllegalXptrException with no detail message. A
detail message is a String that describes this particular
exception.
IllegalXptrException
public IllegalXptrException(String s)
- Constructs an IllegalXptrException with the specified detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the detail message
All Packages Class Hierarchy This Package Previous Next Index