Package org.hglteam.conversion.api
Class ConversionMap.NoCompatibleKeyFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.hglteam.conversion.api.ConversionMap.NoCompatibleKeyFoundException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ConversionMap
public static class ConversionMap.NoCompatibleKeyFoundException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoCompatibleKeyFoundException(ConversionKey conversionKey)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Supplier<ConversionMap.NoCompatibleKeyFoundException>forKey(ConversionKey conversionKey)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoCompatibleKeyFoundException
public NoCompatibleKeyFoundException(ConversionKey conversionKey)
-
-
Method Detail
-
forKey
public static Supplier<ConversionMap.NoCompatibleKeyFoundException> forKey(ConversionKey conversionKey)
-
-