org.sormula.translator
Class NoColumnTranslatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sormula.SormulaException
              extended by org.sormula.translator.TranslatorException
                  extended by org.sormula.translator.NoColumnTranslatorException
All Implemented Interfaces:
java.io.Serializable

public class NoColumnTranslatorException
extends TranslatorException

Failed column translator lookup exception. Thrown by translators when a column translator is expected for a row member (field) but none are defined.

Since:
1.0
Author:
Jeff Miller
See Also:
Serialized Form

Constructor Summary
NoColumnTranslatorException(java.lang.Class<?> rowClass, java.lang.String fieldName, java.lang.String annotationName)
           
 
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

NoColumnTranslatorException

public NoColumnTranslatorException(java.lang.Class<?> rowClass,
                                   java.lang.String fieldName,
                                   java.lang.String annotationName)