org.loom.exception
Class ConverterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.loom.exception.ConfigException
                  extended by org.loom.exception.ConverterNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ConverterNotFoundException
extends ConfigException

Thrown when a default Converter could not be found for a property

See Also:
Serialized Form

Constructor Summary
ConverterNotFoundException(java.lang.Class<?> propertyClass, java.lang.String propertyName)
           
ConverterNotFoundException(PropertyWrapper propertyWrapper)
           
 
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

ConverterNotFoundException

public ConverterNotFoundException(PropertyWrapper propertyWrapper)

ConverterNotFoundException

public ConverterNotFoundException(java.lang.Class<?> propertyClass,
                                  java.lang.String propertyName)