org.xins.server
Class NoSuchFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getFunctionName
public String getFunctionName()
- Gets the name of the function.
- Returns:
- the name of the function, never
null
.
See http://www.xins.org/.