Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-08-01 14:08:10 +0000
committerEike Stepper2007-08-01 14:08:10 +0000
commitf8a0974b9e4cedd1a62c99cafdd5e7a460105eac (patch)
treed897aec9336dd547afecfa5ff03adaaf869f4c33
parent21657dcc5778521bfccc7c44f327517fcd0580e4 (diff)
downloadcdo-f8a0974b9e4cedd1a62c99cafdd5e7a460105eac.tar.gz
cdo-f8a0974b9e4cedd1a62c99cafdd5e7a460105eac.tar.xz
cdo-f8a0974b9e4cedd1a62c99cafdd5e7a460105eac.zip
*** empty log message ***
-rw-r--r--plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/WrappedException.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/WrappedException.java b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/WrappedException.java
index 221959a718..58bc8269cf 100644
--- a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/WrappedException.java
+++ b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/WrappedException.java
@@ -1,5 +1,20 @@
+/***************************************************************************
+ * Copyright (c) 2004 - 2007 Eike Stepper, Germany.
+ * 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:
+ * Eike Stepper - initial API and implementation
+ **************************************************************************/
package org.eclipse.net4j.util;
+/**
+ * TODO Handle IORuntimeException
+ *
+ * @author Eike Stepper
+ */
public class WrappedException extends RuntimeException
{
private static final long serialVersionUID = 1L;

Back to the top