|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.loom.exception.ConfigException
org.loom.exception.ConverterNotFoundException
public class ConverterNotFoundException
Thrown when a default Converter could not be found for a property
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 |
---|
public ConverterNotFoundException(PropertyWrapper propertyWrapper)
public ConverterNotFoundException(java.lang.Class<?> propertyClass, java.lang.String propertyName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |