comparison graal/com.oracle.max.base/src/com/sun/max/ide/JavaProjectNotFoundException.java @ 4142:bc8527f3071c

Adjust code base to new level of warnings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 05:24:06 +0100
parents e233f5660da4
children
comparison
equal deleted inserted replaced
4141:04d21be7a24f 4142:bc8527f3071c
26 * The exception raised if {@link JavaProject#getClassPath(boolean)} or {@link JavaProject#getSourcePath(boolean)} 26 * The exception raised if {@link JavaProject#getClassPath(boolean)} or {@link JavaProject#getSourcePath(boolean)}
27 * fail to derive a non-empty classpath from the system classpath. 27 * fail to derive a non-empty classpath from the system classpath.
28 */ 28 */
29 public class JavaProjectNotFoundException extends RuntimeException { 29 public class JavaProjectNotFoundException extends RuntimeException {
30 30
31 /**
32 *
33 */
34 private static final long serialVersionUID = 8609586657751541105L;
35
31 public JavaProjectNotFoundException() { 36 public JavaProjectNotFoundException() {
32 } 37 }
33 38
34 public JavaProjectNotFoundException(String message) { 39 public JavaProjectNotFoundException(String message) {
35 super(message); 40 super(message);