javax.media.opengl
public class GLException extends RuntimeException
RuntimeException
.Constructor and Description |
---|
GLException()
Constructs a GLException object.
|
GLException(String message)
Constructs a GLException object with the specified detail
message.
|
GLException(String message,
Throwable cause)
Constructs a GLException object with the specified detail
message and root cause.
|
GLException(Throwable cause)
Constructs a GLException object with the specified root
cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GLException()
public GLException(String message)
public GLException(String message, Throwable cause)
public GLException(Throwable cause)
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.