public class VCSExceptionHandler
extends java.lang.Object
Exception handler class for version client errors.
| Constructor and Description |
|---|
VCSExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.