org.makumba
Class NoSuchFieldException

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

public class NoSuchFieldException
extends RuntimeException

This exception occurs when a field of a makumba type is mentioned but does not exist. This is a programmer error, it should be fixed, not caught

See Also:
Serialized Form

Constructor Summary
NoSuchFieldException(DataDefinition dd, String message)
          indicate the missing pointer
NoSuchFieldException(String message)
           
 
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

NoSuchFieldException

public NoSuchFieldException(DataDefinition dd,
                            String message)
indicate the missing pointer


NoSuchFieldException

public NoSuchFieldException(String message)