org.hibernatespatial
Class HibernateSpatialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibernatespatial.HibernateSpatialException
All Implemented Interfaces:
Serializable

public class HibernateSpatialException
extends RuntimeException

Exception for Hibernate Spatial

Author:
Karel Maesen
See Also:
Serialized Form

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

HibernateSpatialException

public HibernateSpatialException(String msg)

HibernateSpatialException

public HibernateSpatialException(Throwable cause)

HibernateSpatialException

public HibernateSpatialException(String msg,
                                 Throwable cause)


Copyright © 2011 hibernatespatial.org. All Rights Reserved.