net.commerce.zocalo.experiment.config
Class TypeMisMatch

java.lang.Object
  extended by java.lang.Throwable
      extended by net.commerce.zocalo.experiment.config.TypeMisMatch
All Implemented Interfaces:
java.io.Serializable

public class TypeMisMatch
extends java.lang.Throwable

Exception thrown when an inappropriate request is made for a particular ConfigField.

See Also:
Serialized Form

Constructor Summary
TypeMisMatch(java.lang.String fieldType, java.lang.String fieldName)
           
 
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

TypeMisMatch

public TypeMisMatch(java.lang.String fieldType,
                    java.lang.String fieldName)