org.hibernate.spatial.helper
Class FinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hibernate.spatial.helper.FinderException
All Implemented Interfaces:
java.io.Serializable

public class FinderException
extends java.lang.Exception

This exception is thrown when Hibernate Spatial fails to find a required resource.

See Also:
Serialized Form

Constructor Summary
FinderException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinderException

public FinderException(java.lang.String msg)