org.oXML.engine
Class ProgramException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
              extended byorg.oXML.xpath.XPathException
                  extended byorg.oXML.xpath.function.FunctionException
                      extended byorg.oXML.engine.ProgramException
All Implemented Interfaces:
java.io.Serializable

public class ProgramException
extends FunctionException

See Also:
Serialized Form

Constructor Summary
ProgramException(Node exception, SourceLocator location)
           
 
Method Summary
 Node getException()
           
 
Methods inherited from class org.oXML.xpath.function.FunctionException
addStackFrame, getMessage, getStackFrames
 
Methods inherited from class org.oXML.ObjectBoxException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

ProgramException

public ProgramException(Node exception,
                        SourceLocator location)
Method Detail

getException

public Node getException()