org.ektorp
Class InvalidDocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ektorp.DbAccessException
                  extended by org.ektorp.InvalidDocumentException
All Implemented Interfaces:
Serializable

public class InvalidDocumentException
extends DbAccessException

Author:
henrik lundgren
See Also:
Serialized Form

Constructor Summary
InvalidDocumentException(Class<?> offendingClass, String missingField)
           
 
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

InvalidDocumentException

public InvalidDocumentException(Class<?> offendingClass,
                                String missingField)


Copyright © 2011. All Rights Reserved.