public class GLException
extends java.lang.RuntimeException
RuntimeException
.Constructor and Description |
---|
GLException()
Constructs a GLException object.
|
GLException(java.lang.String message)
Constructs a GLException object with the specified detail
message.
|
GLException(java.lang.String message,
java.lang.Throwable cause)
Constructs a GLException object with the specified detail
message and root cause.
|
GLException(java.lang.Throwable cause)
Constructs a GLException object with the specified root
cause.
|
public GLException()
public GLException(java.lang.String message)
public GLException(java.lang.String message, java.lang.Throwable cause)
public GLException(java.lang.Throwable cause)
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.