com.webobjects.directtoweb
Class D2WModelException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--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. |
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)
Copyright © 2003 Apple Computer, Inc.