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