org.ucl.xpath
Class CupError

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

public class CupError
extends XPathError

Error caused by CUP Parser.

See Also:
Serialized Form

Constructor Summary
CupError(java.lang.String reason)
          Constructor for CUP 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

CupError

public CupError(java.lang.String reason)
Constructor for CUP error.

Parameters:
reason - is the reason for the error.