public class NotInRegistryException
extends java.lang.RuntimeException
Registry.get(Class)
,
Serialized FormConstructor 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