|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.vcs.spi.VCSExceptionHandler
public class VCSExceptionHandler
Exception handler class for version client errors.
Constructor Summary | |
---|---|
VCSExceptionHandler() |
Method Summary | |
---|---|
void |
handleException(java.lang.Exception e) Handles the given exception in JDeveloper's user interface. |
void |
handleException(java.lang.Exception e, java.awt.Component parent) Handles the given exception in JDeveloper's user interface. |
protected void |
handleExceptionImpl(java.lang.Exception e, java.awt.Component parent) Handles the given exception in JDeveloper's user interface (implementation). |
protected void |
handleVCSException(VCSException ce, java.awt.Component parent) Handles the given client exception in JDeveloper's user interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VCSExceptionHandler()
Method Detail |
---|
public final void handleException(java.lang.Exception e)
e
- the exception to handle.public final void handleException(java.lang.Exception e, java.awt.Component parent)
e
- the exception to handle.parent
- the parent component for any dialog which is displayed.protected void handleExceptionImpl(java.lang.Exception e, java.awt.Component parent)
e
- the exception to handle.parent
- the parent component for any dialog which is displayed.protected final void handleVCSException(VCSException ce, java.awt.Component parent)
ce
- the client exception to handle.parent
- the parent component for any dialog which is displayed.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |