Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdeveloper.vcs.spi
Class VCSExceptionHandler

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSExceptionHandler

public class VCSExceptionHandler
extends java.lang.Object

Exception handler class for version client errors.

Since:
9.0.5

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

VCSExceptionHandler

public VCSExceptionHandler()
Method Detail

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.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.