uk.org.ury.server.exceptions
Class UnknownFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.ury.server.exceptions.HandlingException
              extended by uk.org.ury.server.exceptions.UnknownFunctionException
All Implemented Interfaces:
java.io.Serializable

public class UnknownFunctionException
extends HandlingException

Exception thrown when a handler receives a request for a path that does not correspond to one of its functions.

Author:
Matt Windsor
See Also:
Serialized Form

Constructor Summary
UnknownFunctionException(java.lang.String path)
          Construct a new UnknownFunctionException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownFunctionException

public UnknownFunctionException(java.lang.String path)
Construct a new UnknownFunctionException.

Parameters:
path - The path that was requested.