X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.common%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fcommon%2Fexception%2FDebugException.java;h=f2f9ed365e4eefe4204d847ce5f87bbfbae75148;hb=c00d1429bda8dc27461e1576f4be028b43149758;hp=94742dd684434f429bf79416dc57fdf05fa28aff;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.common/src/org/simantics/db/common/exception/DebugException.java b/bundles/org.simantics.db.common/src/org/simantics/db/common/exception/DebugException.java index 94742dd68..f2f9ed365 100644 --- a/bundles/org.simantics.db.common/src/org/simantics/db/common/exception/DebugException.java +++ b/bundles/org.simantics.db.common/src/org/simantics/db/common/exception/DebugException.java @@ -1,28 +1,28 @@ -/******************************************************************************* - * 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.db.common.exception; - -public class DebugException extends Exception { - - private static final long serialVersionUID = 31123840443571565L; - - public static final boolean DEBUG = false; - - public DebugException(String message) { - super(message); - } - - public DebugException(Throwable cause) { - super(cause); - } - -} +/******************************************************************************* + * 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.db.common.exception; + +public class DebugException extends Exception { + + private static final long serialVersionUID = 31123840443571565L; + + public static final boolean DEBUG = false; + + public DebugException(String message) { + super(message); + } + + public DebugException(Throwable cause) { + super(cause); + } + +}