WebObjects 5.4.2

com.webobjects.appserver
Class WOPageNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.
 
Method Summary
 
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 June 2008

Copyright © 2000-2008 Apple Inc.