com.webobjects.appserver
Class WOPageNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webobjects.appserver.WOPageNotFoundException
- All Implemented Interfaces:
- Serializable
- public class WOPageNotFoundException
- extends RuntimeException
This is an runtime exception thrown if a requested page cannot be found.
Typically, developers will not throw these exceptions, only catch them.
- See Also:
WOApplication.pageWithName(String aName, WOContext aContext)
,
WOElement.invokeAction(com.webobjects.appserver.WORequest, com.webobjects.appserver.WOContext)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WOPageNotFoundException
public WOPageNotFoundException(String s)
- Creates a new WOPageNotFoundException with message s.
- Parameters:
s
- a message stored with the exception trace
Copyright © 2004 Apple Computer, Inc.