Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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

Constructor Summary
UnhandledEventException(Page page, PageEvent event)
          Creates an UnhandledEventException
 
Methods inherited from class oracle.cabo.servlet.event.PageEventException
getEvent, getPage, getRootCause, toString
 
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
 

Constructor Detail

UnhandledEventException

public UnhandledEventException(Page page,
                               PageEvent event)
Creates an UnhandledEventException

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.