oracle.cabo.servlet.event
Class UnhandledEventException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.cabo.servlet.event.PageEventException
|
+--oracle.cabo.servlet.event.UnhandledEventException
- All Implemented Interfaces:
- java.io.Serializable, oracle.bali.share.util.WrappingThrowable
- public class UnhandledEventException
- extends PageEventException
Exception thrown when the event sent from the client is completely
unhandled. Usually, an exception of this type indicates either the
client sent a bogus (or obsolete) URL, or that the developer
forgot to register a needed event handler (or incorrectly registered it).
[=-=AEW Not sure this is the right approach, but it works
for now. Might be better to always go back to a default
page when we get one of these errors. It'd be easy enough to
put the "go-to-default-page" code in AbstractPageBroker, at least
conditionally for a non-debug runtime mode.]
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnhandledEventException
public UnhandledEventException(Page page,
PageEvent event)
- Creates an UnhandledEventException
Copyright © 2002,2003, Oracle. All Rights Reserved.