org.deegree.graphics.displayelements
Class IncompatibleGeometryTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree.graphics.displayelements.IncompatibleGeometryTypeException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleGeometryTypeException
extends java.lang.Exception

Indicates that a certain GM_Object-type has been encountered that is invalid in this context.

Version:
$Revision: 1.2 $ $Date: 2004/03/12 15:56:46 $
Author:
Markus Schneider
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IncompatibleGeometryTypeException()
          Creates a new instance of IncompatibleGeometryTypeException without detail message.
IncompatibleGeometryTypeException(java.lang.String msg)
          Constructs an instance of IncompatibleGeometryTypeException 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

IncompatibleGeometryTypeException

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


IncompatibleGeometryTypeException

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

Parameters:
msg - the detail message.