Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.util
Interface JDevUncaughtExceptionHandler

All Known Implementing Classes:
OutOfFileHandlesUncaughtHandler

public interface JDevUncaughtExceptionHandler

Interface for handler for uncaught exceptions in JDeveloper.


Method Summary
 boolean uncaughtException(java.lang.Thread t, java.lang.Throwable e)
          Handles the uncaught exception.
 

Method Detail

uncaughtException

boolean uncaughtException(java.lang.Thread t,
                          java.lang.Throwable e)
Handles the uncaught exception.

Parameters:
t - The thread on which the exception occurred
e - The uncaught exception
Returns:
True if this handler was able to handle the exception, false otherwise

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.