public class UnknownCollectionInterfaceException extends RuntimeException implements AttributeReadMessageCode
UnknownCollectionInterfaceException is thrown if a Collection-interface was
given that is unknown or no Collection.CollectionFactoryManager.create(Class),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_CODE |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UnknownCollectionInterfaceException(Class<?> collectionInterface)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public static final String MESSAGE_CODE
getCode(),
Constant Field Valuespublic UnknownCollectionInterfaceException(Class<?> collectionInterface)
collectionInterface - is the Class reflecting the potential Collection
-interface.public String getCode()
getCode in interface AttributeReadMessageCodeCopyright © 2001–2019 mmm-Team. All rights reserved.