Class MissingConversionMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.crumbleworks.forge.crumbprops.exceptions.MissingConversionMethodException
-
- All Implemented Interfaces:
Serializable
public class MissingConversionMethodException extends RuntimeException
Thrown if there's no conversion method for a specific type.E.g. if a field with a custom type is
Property-annotated, but theDefaultConvertersImplis used- Since:
- 1.0
- Author:
- Michael Stocker
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingConversionMethodException(Class<?> type)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingConversionMethodException
public MissingConversionMethodException(Class<?> type)
-
-