public class GMLException
extends java.lang.Exception
| Constructor and Description |
|---|
GMLException()
Construct a GMLException with no error message.
|
GMLException(java.lang.String msg)
Construct a GMLException with an error message.
|
GMLException(java.lang.String msg,
java.lang.Throwable cause)
Construct a GMLException with an error message and underlying cause.
|
GMLException(java.lang.Throwable cause)
Construct a GMLException with an underlying cause.
|
public GMLException()
public GMLException(java.lang.String msg)
msg - The error message.public GMLException(java.lang.Throwable cause)
cause - The cause.public GMLException(java.lang.String msg,
java.lang.Throwable cause)
msg - The error message.cause - The cause.