Class CDOInteractiveExceptionHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Dialog createDialog​(CDOSession session, int attempt, java.lang.Exception exception)  
      protected Shell getParentShell()  
      void handleException​(CDOSession session, int attempt, java.lang.Exception exception)  
      java.lang.Object process​(org.eclipse.net4j.util.container.IManagedContainer container, java.lang.String productGroup, java.lang.String factoryType, java.lang.String description, java.lang.Object element)  
      protected java.lang.Object processSession​(org.eclipse.net4j.util.container.IManagedContainer container, java.lang.String productGroup, java.lang.String factoryType, java.lang.String description, InternalCDOSession session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CDOInteractiveExceptionHandler

        public CDOInteractiveExceptionHandler()
    • Method Detail

      • process

        public java.lang.Object process​(org.eclipse.net4j.util.container.IManagedContainer container,
                                        java.lang.String productGroup,
                                        java.lang.String factoryType,
                                        java.lang.String description,
                                        java.lang.Object element)
        Specified by:
        process in interface org.eclipse.net4j.util.container.IElementProcessor
      • processSession

        protected java.lang.Object processSession​(org.eclipse.net4j.util.container.IManagedContainer container,
                                                  java.lang.String productGroup,
                                                  java.lang.String factoryType,
                                                  java.lang.String description,
                                                  InternalCDOSession session)
      • getParentShell

        protected Shell getParentShell()
      • createDialog

        protected Dialog createDialog​(CDOSession session,
                                      int attempt,
                                      java.lang.Exception exception)