Package org.hglteam.convertion
Class ConversionContextMap.ConverterNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.hglteam.convertion.ConversionContextMap.ConverterNotFoundException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConversionContextMap
public static class ConversionContextMap.ConverterNotFoundException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConverterNotFoundException(Type sourceType, Type targetType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TypegetSourceType()TypegetTargetType()static ConversionContextMap.ConverterNotFoundExceptionof(Type sourceType, Type targetType)static ConversionContextMap.ConverterNotFoundExceptionof(ConversionKey key)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getSourceType
public Type getSourceType()
-
getTargetType
public Type getTargetType()
-
of
public static ConversionContextMap.ConverterNotFoundException of(Type sourceType, Type targetType)
-
of
public static ConversionContextMap.ConverterNotFoundException of(ConversionKey key)
-
-