Package org.geotools.gml
Class GMLException
- All Implemented Interfaces:
Serializable
An exception used to represent any GML related errors.
- Author:
- Ian Turton, CCG
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofGMLException
without detail message.GMLException
(String msg) Constructs an instance ofGMLException
with the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GMLException
public GMLException()Creates a new instance ofGMLException
without detail message. -
GMLException
Constructs an instance ofGMLException
with the specified detail message.- Parameters:
msg
- the detail message.
-