org.hibernatespatial.pojo
Class GeometryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hibernatespatial.pojo.GeometryNotFoundException
All Implemented Interfaces:
Serializable

public class GeometryNotFoundException
extends Exception

This Exception is thrown when the POJO Utility cannot locate a Geometry-valued attribute.

Author:
Karel Maesen, Geovise BVBA
See Also:
Serialized Form

Constructor Summary
GeometryNotFoundException()
           
GeometryNotFoundException(String msg)
           
GeometryNotFoundException(String msg, Throwable cause)
           
GeometryNotFoundException(Throwable cause)
           
 
Method Summary
 
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

GeometryNotFoundException

public GeometryNotFoundException()

GeometryNotFoundException

public GeometryNotFoundException(String msg)

GeometryNotFoundException

public GeometryNotFoundException(Throwable cause)

GeometryNotFoundException

public GeometryNotFoundException(String msg,
                                 Throwable cause)


Copyright © 2011 hibernatespatial.org. All Rights Reserved.