oracle.jdeveloper.vcs.spi
Class VCSExceptionHandler
java.lang.Object
oracle.jdeveloper.vcs.spi.VCSExceptionHandler
- public class VCSExceptionHandler
- extends java.lang.Object
Exception handler class for version client errors.
- Since:
- 9.0.5
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 |
VCSExceptionHandler
public VCSExceptionHandler()
handleException
public final void handleException(java.lang.Exception e)
- Handles the given exception in JDeveloper's user interface.
-
- Parameters:
e
- the exception to handle.
handleException
public final void handleException(java.lang.Exception e,
java.awt.Component parent)
- Handles the given exception in JDeveloper's user interface.
-
- Parameters:
e
- the exception to handle.
parent
- the parent component for any dialog which is displayed.
handleExceptionImpl
protected void handleExceptionImpl(java.lang.Exception e,
java.awt.Component parent)
- Handles the given exception in JDeveloper's user interface (implementation).
-
- Parameters:
e
- the exception to handle.
parent
- the parent component for any dialog which is displayed.
handleVCSException
protected final void handleVCSException(VCSException ce,
java.awt.Component parent)
- Handles the given client exception in JDeveloper's user interface.
-
- Parameters:
ce
- the client exception to handle.
parent
- the parent component for any dialog which is displayed.
Copyright © 1997, 2004, Oracle. All rights reserved.