|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.vcs.spi.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.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.