org.saxpath
Class SAXPathParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.saxpath.SAXPathException
                    |
                    +--org.saxpath.SAXPathParseException
All Implemented Interfaces:
Serializable

public class SAXPathParseException
extends SAXPathException

Base of all parse-related SAXPath exceptions.

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

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

Constructor Detail

SAXPathParseException

public SAXPathParseException(String msg)
Construct with the given message.
Parameters:
msg - The error message.


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

SourceForge Logo