Package org.hglteam.conversion.util
Class ConversionTable.NoCompatibleKeyFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.hglteam.conversion.util.ConversionTable.NoCompatibleKeyFoundException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConversionTable
public static class ConversionTable.NoCompatibleKeyFoundException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoCompatibleKeyFoundException(Type key)NoCompatibleKeyFoundException(ConversionKey conversionKey)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Supplier<ConversionTable.NoCompatibleKeyFoundException>forKey(Type key)static Supplier<? extends ConversionTable.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(Type key)
-
NoCompatibleKeyFoundException
public NoCompatibleKeyFoundException(ConversionKey conversionKey)
-
-
Method Detail
-
forKey
public static Supplier<ConversionTable.NoCompatibleKeyFoundException> forKey(Type key)
-
forKey
public static Supplier<? extends ConversionTable.NoCompatibleKeyFoundException> forKey(ConversionKey conversionKey)
-
-