org.makumba
Class InvalidFieldTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.makumba.InvalidFieldTypeException
All Implemented Interfaces:
Serializable

public class InvalidFieldTypeException
extends RuntimeException

This exception occurs when a field is indicated as being subset or subrecord (eg for the insert method) and it is not. This is a makumba API user error and it should be fixed, not caught.

Version:
$Id: InvalidFieldTypeException.java 3690 2009-02-11 00:18:25Z rosso_nero $
Author:
See Also:
Serialized Form

Constructor Summary
InvalidFieldTypeException(FieldDefinition f, String expectedType)
           
InvalidFieldTypeException(String explanation)
           
 
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

InvalidFieldTypeException

public InvalidFieldTypeException(FieldDefinition f,
                                 String expectedType)

InvalidFieldTypeException

public InvalidFieldTypeException(String explanation)