From e8d66b1cd2b48899b7a012d54ba83d5c2a449b0a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 27 Aug 2015 20:09:05 +0200 Subject: Bug 1203: Properly format DEBUG output related to mapGLVersions: Use '-MapGLVersions' suffix. --- .../classes/com/jogamp/nativewindow/NativeWindowException.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nativewindow/classes') diff --git a/src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowException.java b/src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowException.java index 8f841e7ea..9dc3f2d4b 100644 --- a/src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowException.java +++ b/src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowException.java @@ -42,6 +42,7 @@ package com.jogamp.nativewindow; /** A generic exception for OpenGL errors used throughout the binding as a substitute for {@link RuntimeException}. */ +@SuppressWarnings("serial") public class NativeWindowException extends RuntimeException { /** Constructs a NativeWindowException object. */ public NativeWindowException() { -- cgit v1.2.3