org.geotools.gml
Class GMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.geotools.gml.GMLException
All Implemented Interfaces:
java.io.Serializable

public class GMLException
extends java.lang.Exception

An exception used to represent any GML related errors.

Version:
$Id: GMLException.java 17701 2006-01-23 00:00:51Z desruisseaux $
Author:
Ian Turton, CCG
See Also:
Serialized Form

Constructor Summary
GMLException()
          Creates a new instance of GMLException without detail message.
GMLException(java.lang.String msg)
          Constructs an instance of GMLException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMLException

public GMLException()
Creates a new instance of GMLException without detail message.


GMLException

public GMLException(java.lang.String msg)
Constructs an instance of GMLException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © GeoTools. All Rights Reserved.