org.ucl.xpath
Class JFlexError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.ucl.xpath.XPathError
              extended byorg.ucl.xpath.JFlexError
All Implemented Interfaces:
java.io.Serializable

public class JFlexError
extends XPathError

Error caused by JFlex

See Also:
Serialized Form

Constructor Summary
JFlexError(java.lang.String reason)
          Constructor for JFlex error.
 
Methods inherited from class org.ucl.xpath.XPathError
reason
 
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

JFlexError

public JFlexError(java.lang.String reason)
Constructor for JFlex error.

Parameters:
reason - is the reason for the error.