public class NotInRegistryException
extends java.lang.RuntimeException
Registry.get(Class),
Serialized Form| Constructor and Description |
|---|
NotInRegistryException(java.lang.String message)
Constructor.
|
NotInRegistryException(com.google.common.reflect.TypeToken<?> type)
Constructs the exception.
|
public NotInRegistryException(com.google.common.reflect.TypeToken<?> type)
type - The requested type of the objectpublic NotInRegistryException(java.lang.String message)
message - The exception message