org.hippoecm.hst.configuration.hosting
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hippoecm.hst.configuration.hosting.MatchException
                  extended by org.hippoecm.hst.configuration.hosting.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException
extends MatchException

When a request fails to match for example a HstSiteMapItem because the request path can match the sitemap tree, this exception should be thrown.

See Also:
Serialized Form

Constructor Summary
NotFoundException()
          Constructs a new ContainerException exception.
NotFoundException(String message)
          Constructs a new NotFoundExceptiion exception with the given message.
NotFoundException(String msg, Throwable nested)
          Constructs a new NotFoundExceptiion exception when the container needs to do the following: throw an exception include the "nested" exception include a description message
NotFoundException(Throwable nested)
          Constructs a new NotFoundExceptiion exception with the nested exception.
 
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

NotFoundException

public NotFoundException()
Constructs a new ContainerException exception.


NotFoundException

public NotFoundException(String message)
Constructs a new NotFoundExceptiion exception with the given message.

Parameters:
message - the exception message

NotFoundException

public NotFoundException(Throwable nested)
Constructs a new NotFoundExceptiion exception with the nested exception.

Parameters:
nested - the nested exception

NotFoundException

public NotFoundException(String msg,
                         Throwable nested)
Constructs a new NotFoundExceptiion exception when the container needs to do the following:

Parameters:
msg - the exception message
nested - the nested exception


Copyright © 2008-2012 Hippo. All Rights Reserved.