org.hibernatespatial.pojo
Class TypeNotFoundException

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

public class TypeNotFoundException
extends Exception

This Exception is thrown when the POJO Utility cannot locate a primary key.

Author:
Karel Maesen, Geovise BVBA creation-date: Jun 24, 2010
See Also:
Serialized Form

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

TypeNotFoundException

public TypeNotFoundException()

TypeNotFoundException

public TypeNotFoundException(String msg)

TypeNotFoundException

public TypeNotFoundException(Throwable cause)

TypeNotFoundException

public TypeNotFoundException(String msg,
                             Throwable cause)


Copyright © 2011 hibernatespatial.org. All Rights Reserved.