org.apache.tapestry
Class PageNotFoundException

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

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(String message)
           
PageNotFoundException(String pageName, String message)
           
 
Method Summary
 String getPageName()
           
 
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(String message)

PageNotFoundException

public PageNotFoundException(String pageName,
                             String message)
Method Detail

getPageName

public String getPageName()
Since:
4.1.1


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.