WebObjects 5.2

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

Constructor Summary
WOPageNotFoundException(String s)
          Creates a new WOPageNotFoundException with message s.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOPageNotFoundException

public WOPageNotFoundException(String s)
Creates a new WOPageNotFoundException with message s.
Parameters:
s - a message stored with the exception trace

Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.