public class UnknownExtensionTypeException
extends java.lang.RuntimeException
ExtensionLoader.getExtensionFromExtensionMapping(Class)
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
serialVersionUID
|
Modifier | Constructor and Description |
---|---|
private |
UnknownExtensionTypeException(java.lang.Class<T> type)
Creates a new instance with message indicating the missing type
|
Modifier and Type | Method and Description |
---|---|
(package private) static <T extends Assignable> |
newInstance(java.lang.Class<T> type)
Creates a new
UnknownExtensionTypeException for the specified type |
private static final long serialVersionUID
private UnknownExtensionTypeException(java.lang.Class<T> type)
static <T extends Assignable> UnknownExtensionTypeException newInstance(java.lang.Class<T> type) throws java.lang.IllegalArgumentException
UnknownExtensionTypeException
for the specified typejava.lang.IllegalArgumentException
- If the type is not specified