org.apache.tapestry
Class PageNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.hivemind.ApplicationRuntimeException
                  extended byorg.apache.tapestry.PageNotFoundException
All Implemented Interfaces:
org.apache.hivemind.Locatable, java.io.Serializable

public class PageNotFoundException
extends org.apache.hivemind.ApplicationRuntimeException

Subclass of ApplicationRuntimeException thrown when a requested page does not exist.

Since:
4.0
Author:
Howard M. Lewis Ship
See Also:
Serialized Form

Constructor Summary
PageNotFoundException(java.lang.String message)
           
 
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException
getCause, getComponent, getLocation, getRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageNotFoundException

public PageNotFoundException(java.lang.String message)