org.jaxen
Class FunctionCallException

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

public class FunctionCallException
extends JaxenException

FunctionCallException is thrown if an exception occurs during the evaluation of a function. This exception may include a root exception, such as if the real exception was failure to load an XML document via the document() function call.

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

Constructor Summary
FunctionCallException(String message)
           
FunctionCallException(String message, Exception nestedException)
           
FunctionCallException(Throwable nestedException)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 Throwable getNestedException()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter w)
           
 
Methods inherited from class org.jaxen.JaxenException
getRootCause
 
Methods inherited from class java.lang.Throwable
getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionCallException

public FunctionCallException(String message)

FunctionCallException

public FunctionCallException(Throwable nestedException)

FunctionCallException

public FunctionCallException(String message,
                             Exception nestedException)
Method Detail

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter w)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable

getNestedException

public Throwable getNestedException()


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

SourceForge Logo