Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.component
Class ErrorReportDialog

java.lang.Object
  extended by oracle.adfnmc.component.ErrorReportDialog
Direct Known Subclasses:
BBErrorReportDialog

public abstract class ErrorReportDialog
extends java.lang.Object


Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Constructor Summary
protected ErrorReportDialog()
           
 
Method Summary
protected static java.util.Enumeration enumerateExceptions(java.lang.Throwable t)
           
protected static java.lang.String getCloseLabel()
           
protected static java.lang.String getExceptionMessage(java.lang.Throwable t)
           
protected static java.lang.String getExceptionName(java.lang.Throwable t)
           
static java.lang.Throwable getMostPresentableException(java.lang.Throwable t)
          Finds the innermost exception with the highest priority message.
protected static java.lang.String getViewErrorDetailsLabel()
           
static boolean isFatalException(java.lang.Throwable t)
          Determine if exception or an exception in the chain has the fatal flag set.
static void show(java.lang.Throwable e)
           
protected abstract  void showImpl(java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Constructor Detail

ErrorReportDialog

protected ErrorReportDialog()
Method Detail

showImpl

protected abstract void showImpl(java.lang.Throwable e)

show

public static void show(java.lang.Throwable e)

isFatalException

public static boolean isFatalException(java.lang.Throwable t)
Determine if exception or an exception in the chain has the fatal flag set. For internal use only.


getMostPresentableException

public static java.lang.Throwable getMostPresentableException(java.lang.Throwable t)
Finds the innermost exception with the highest priority message. For internal use only.


getExceptionName

protected static java.lang.String getExceptionName(java.lang.Throwable t)

getExceptionMessage

protected static java.lang.String getExceptionMessage(java.lang.Throwable t)

enumerateExceptions

protected static java.util.Enumeration enumerateExceptions(java.lang.Throwable t)

getCloseLabel

protected static java.lang.String getCloseLabel()

getViewErrorDetailsLabel

protected static java.lang.String getViewErrorDetailsLabel()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.