|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.webobjects.directtoweb.D2WModelException
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.
D2WContext.pageName()
,
D2WSwitchComponent.componentName()
,
Serialized FormConstructor Summary | |
D2WModelException(String message)
Creates an instance of D2WModelException with the specified detail message. |
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 |
public D2WModelException(String message)
message
- the detail messageRuntimeException.RuntimeException(String)
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |