Package org.jitterbit.application.ui.window.editor

Examples of org.jitterbit.application.ui.window.editor.ApplyAbortedException


        try {
            validateInput();
        } catch (ValidationAbortedException ex) {
            // The user has decided to abort the saving process. This will happen if some data is
            // flawed and the user gets presented with an option to continue or abort and choses to abort.
            throw new ApplyAbortedException(ex.getMessage());
        } catch (InputPanelException ex) {
            throw new IntegrationDataPanelException(ex.getMessage());
        }
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.application.ui.window.editor.ApplyAbortedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.