org.saxpath
Class SAXPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.saxpath.SAXPathException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SAXPathParseException, XPathSyntaxException

public class SAXPathException
extends java.lang.Exception

Base of all SAXPath exceptions.

Author:
bob mcwhirter (bob@werken.com)
See Also:
Serialized Form

Constructor Summary
SAXPathException(java.lang.String msg)
          Construct with a given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAXPathException

public SAXPathException(java.lang.String msg)
Construct with a given message.

Parameters:
msg - The error message.


Copyright © 2001 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo