org.planx.xpath.function
Class FunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.planx.xpath.XPathException
              extended by org.planx.xpath.function.FunctionException
All Implemented Interfaces:
Serializable

public class FunctionException
extends XPathException

See Also:
Serialized Form

Constructor Summary
FunctionException()
          Constructs a new exception with null as its detail message.
FunctionException(String message)
          Constructs a new exception with the specified detail message.
FunctionException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
FunctionException(Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
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

FunctionException

public FunctionException()
Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).


FunctionException

public FunctionException(String message)
Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).


FunctionException

public FunctionException(String message,
                         Throwable cause)
Constructs a new exception with the specified detail message and cause.


FunctionException

public FunctionException(Throwable cause)
Constructs a new exception with the specified cause.



Copyright © 2010. All Rights Reserved.