public class UnsupportedFragmentException extends RepositoryCreationException
| Constructor and Description |
|---|
UnsupportedFragmentException(String msg,
Class<?> repositoryInterface,
Class<?> fragmentInterface)
Constructor for UnsupportedFragmentException.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getFragmentInterface() |
getRepositoryInterfacecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedFragmentException(String msg, Class<?> repositoryInterface, Class<?> fragmentInterface)
msg - the detail message.repositoryInterface - the repository interface.fragmentInterface - the offending fragment interface.public Class<?> getFragmentInterface()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.