org.geotools.gml
Class GMLException
Object
Throwable
Exception
GMLException
- All Implemented Interfaces:
- Serializable
public class GMLException
- extends Exception
An exception used to represent any GML related errors.
- Author:
- Ian Turton, CCG
- See Also:
- Serialized Form
- Module:
modules/library/main (gt-main.jar)
Constructor Summary |
GMLException()
Creates a new instance of GMLException without detail
message. |
GMLException(String msg)
Constructs an instance of GMLException with the specified
detail message. |
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GMLException
public GMLException()
- Creates a new instance of
GMLException
without detail
message.
GMLException
public GMLException(String msg)
- Constructs an instance of
GMLException
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 1996-2009 Geotools. All Rights Reserved.