org.deegree.services.gazetteer
Class GazetteerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree.services.gazetteer.GazetteerException
All Implemented Interfaces:
java.io.Serializable

public class GazetteerException
extends java.lang.Exception

Since:
1.1
Version:
$Revision: 1.4 $, 1.0. $Revision: 1.4 $, $Date: 2004/03/15 16:55:28 $
Author:
Axel Schaefer, Andreas Poth, last edited by: $Author: poth $
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String st
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
GazetteerException()
          Creates a new instance of GazetteerException without detail message.
GazetteerException(java.lang.String msg)
          Constructs an instance of GazetteerException with the specified detail message.
GazetteerException(java.lang.String msg, java.lang.Exception e)
          Constructs an instance of GazetteerException 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
 

Field Detail

st

java.lang.String st
Constructor Detail

GazetteerException

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


GazetteerException

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

Parameters:
msg - the detail message.

GazetteerException

public GazetteerException(java.lang.String msg,
                          java.lang.Exception e)
Constructs an instance of GazetteerException with the specified detail message.

Parameters:
msg - the detail message.