com.openharbor.beck.xpath
Class OHXParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.openharbor.beck.xpath.OHXParseException
All Implemented Interfaces:
java.io.Serializable

public class OHXParseException
extends java.lang.Exception

Thrown if an OHXPath string to be parsed is invalid

Created by IntelliJ IDEA. User: Ilya Date: Sep 14, 2004 Time: 6:18:15 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
OHXParseException()
           
OHXParseException(java.lang.String 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

OHXParseException

public OHXParseException()

OHXParseException

public OHXParseException(java.lang.String message)