X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.export.core%2Fsrc%2Forg%2Fsimantics%2Fexport%2Fcore%2Ferror%2FExportException.java;h=fa43e81f4bd7881a635035346925e7a3124e42dd;hp=605a03be1581976be78086350a3dd4ad565bbbec;hb=48ea5bf055156f92d497a9a45bc05ac9d85b6f43;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.export.core/src/org/simantics/export/core/error/ExportException.java b/bundles/org.simantics.export.core/src/org/simantics/export/core/error/ExportException.java index 605a03be1..fa43e81f4 100644 --- a/bundles/org.simantics.export.core/src/org/simantics/export/core/error/ExportException.java +++ b/bundles/org.simantics.export.core/src/org/simantics/export/core/error/ExportException.java @@ -1,27 +1,27 @@ -package org.simantics.export.core.error; - -public class ExportException extends Exception { - - private static final long serialVersionUID = 1L; - - public ExportException() { - super(); - // TODO Auto-generated constructor stub - } - - public ExportException(String message, Throwable cause) { - super(message, cause); - // TODO Auto-generated constructor stub - } - - public ExportException(String message) { - super(message); - // TODO Auto-generated constructor stub - } - - public ExportException(Throwable cause) { - super(cause); - // TODO Auto-generated constructor stub - } - -} +package org.simantics.export.core.error; + +public class ExportException extends Exception { + + private static final long serialVersionUID = 1L; + + public ExportException() { + super(); + // TODO Auto-generated constructor stub + } + + public ExportException(String message, Throwable cause) { + super(message, cause); + // TODO Auto-generated constructor stub + } + + public ExportException(String message) { + super(message); + // TODO Auto-generated constructor stub + } + + public ExportException(Throwable cause) { + super(cause); + // TODO Auto-generated constructor stub + } + +}