public class GMLException extends Exception
Constructor and Description |
---|
GMLException()
Creates a new instance of
GMLException without detail message. |
GMLException(String msg)
Constructs an instance of
GMLException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GMLException()
GMLException
without detail message.public GMLException(String msg)
GMLException
with the specified detail message.msg
- the detail message.Copyright © 1996–2019 Geotools. All rights reserved.