X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/120ccccaa823e43ad226caa1e22198f3ffff9f47..0424e24e1f270b3c65b20e994079679b18be3eb8:/src/bindings/java/org/simgrid/msg/NativeException.java diff --git a/src/bindings/java/org/simgrid/msg/NativeException.java b/src/bindings/java/org/simgrid/msg/NativeException.java deleted file mode 100644 index ecc12de68c..0000000000 --- a/src/bindings/java/org/simgrid/msg/NativeException.java +++ /dev/null @@ -1,19 +0,0 @@ -/* This exception is raised when there is an error within the C world of SimGrid. */ - -/* Copyright (c) 2006-2014. The SimGrid Team. - * All rights reserved. */ - -/* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - -package org.simgrid.msg; - -/** Exception raised when there is an error within the C world of SimGrid. */ -public class NativeException extends MsgException { - private static final long serialVersionUID = 1L; - - /** Constructs an NativeException with a detail message. */ - public NativeException(String s) { - super(s); - } -}