WebObjects 5.2.3

com.webobjects.appserver
Class WOPageNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.