org.apache.tapestry
Class PageNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hivemind.ApplicationRuntimeException
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
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException |
getCause, getComponent, getLocation, getRootCause, toString |
PageNotFoundException
public PageNotFoundException(String message)
PageNotFoundException
public PageNotFoundException(String pageName,
String message)
getPageName
public String getPageName()
- Since:
- 4.1.1
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.