X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.diagram%2Fsrc%2Forg%2Fsimantics%2Fdiagram%2Fsynchronization%2FErrorHandler.java;h=b50ffc58b906c582c32b0fe7551b45a5e4e6aefd;hp=3288872713b36899a524b85d42a59744fb481bf2;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/ErrorHandler.java b/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/ErrorHandler.java index 328887271..b50ffc58b 100644 --- a/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/ErrorHandler.java +++ b/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/ErrorHandler.java @@ -1,25 +1,25 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.diagram.synchronization; - -/** - * An error handler policy for diagram model synchronization internals. - * - * @author Tuukka Lehtonen - */ -public interface ErrorHandler { - - void warning(String message, Exception e); - - void error(String message, Throwable t); - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.diagram.synchronization; + +/** + * An error handler policy for diagram model synchronization internals. + * + * @author Tuukka Lehtonen + */ +public interface ErrorHandler { + + void warning(String message, Exception e); + + void error(String message, Throwable t); + +}