WebObjects 5.4.2

com.webobjects.directtoweb
Class D2WModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.webobjects.directtoweb.D2WModelException
All Implemented Interfaces:
Serializable

public class D2WModelException
extends RuntimeException

The D2WModelException class is a runtime exception that is specialized to indicate unexpected failures in the rule system of Direct to Web.

One common usage is to indicate that the rule system has unexpectedly failed to decide which component should be used in the current context.

The class is intended for internal use.

The implementation is subject to change in future releases.

See Also:
D2WContext.pageName(), D2WSwitchComponent.componentName(), Serialized Form

Constructor Summary
D2WModelException(String message)
          Creates an instance of D2WModelException with the specified detail message.
 
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

D2WModelException

public D2WModelException(String message)
Creates an instance of D2WModelException with the specified detail message.

Parameters:
message - the detail message
See Also:
RuntimeException.RuntimeException(String)

Last updated June 2008

Copyright © 2000-2008 Apple Inc.