org.xins.server
Class NoSuchFunctionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xins.server.NoSuchFunctionException
All Implemented Interfaces:
Serializable

public final class NoSuchFunctionException
extends Exception

Exception that indicates that there is no function matching the request.

Since:
XINS 1.0.0
Version:
$Revision: 1.11 $ $Date: 2006/08/28 09:12:33 $
Author:
Ernst de Haan
See Also:
Serialized Form

Method Summary
 String getFunctionName()
          Gets the name of the function.
 
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
 

Method Detail

getFunctionName

public String getFunctionName()
Gets the name of the function.

Returns:
the name of the function, never null.


See http://www.xins.org/.