Uses of Class
uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
Packages that use GafferCheckedException Package Description uk.gov.gchq.gaffer.accumulostore.key uk.gov.gchq.gaffer.accumulostore.key.exception uk.gov.gchq.gaffer.accumulostore.retriever uk.gov.gchq.gaffer.cache.exception Exception classes for the core cache library.uk.gov.gchq.gaffer.core.exception Gaffer-specific exceptions classes and classes for error generation.uk.gov.gchq.gaffer.federatedstore.exception uk.gov.gchq.gaffer.federatedstore.util uk.gov.gchq.gaffer.operation Core classes for describing operations in Gaffer.uk.gov.gchq.gaffer.rest.mapper Exception mappers for the Gaffer REST API.uk.gov.gchq.gaffer.serialisation.implementation Implementations of serialisers for various data types.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface. -
-
Uses of GafferCheckedException in uk.gov.gchq.gaffer.accumulostore.key
Subclasses of GafferCheckedException in uk.gov.gchq.gaffer.accumulostore.key Modifier and Type Class Description classAccumuloException -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.accumulostore.key.exception
Subclasses of GafferCheckedException in uk.gov.gchq.gaffer.accumulostore.key.exception Modifier and Type Class Description classIteratorSettingExceptionclassRangeFactoryException -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.accumulostore.retriever
Subclasses of GafferCheckedException in uk.gov.gchq.gaffer.accumulostore.retriever Modifier and Type Class Description classRetrieverException -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.cache.exception
Subclasses of GafferCheckedException in uk.gov.gchq.gaffer.cache.exception Modifier and Type Class Description classCacheOperationExceptionException indicating than an error occured while using the cache service. -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.core.exception
Methods in uk.gov.gchq.gaffer.core.exception with parameters of type GafferCheckedException Modifier and Type Method Description static ErrorErrorFactory. from(GafferCheckedException gex)Create anErrorobject from aGafferCheckedException. -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.federatedstore.exception
Subclasses of GafferCheckedException in uk.gov.gchq.gaffer.federatedstore.exception Modifier and Type Class Description classStorageExceptionAnStorageExceptionshould be thrown when a problem occurs accessing the federated graph storage. -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.federatedstore.util
Methods in uk.gov.gchq.gaffer.federatedstore.util that throw GafferCheckedException Modifier and Type Method Description ApplyViewToElementsFunctionApplyViewToElementsFunction. createFunctionWithContext(HashMap<String,Object> context)ContextSpecificMergeFunction<T,U,R>ContextSpecificMergeFunction. createFunctionWithContext(HashMap<String,Object> context)Deprecated.ContextSpecificMergeFunction<Schema,Schema,Schema>MergeSchema. createFunctionWithContext(HashMap<String,Object> context)static BiFunctionFederatedStoreUtil. getStoreConfiguredMergeFunction(Operation payload, Context context, List graphIds, FederatedStore store)Constructors in uk.gov.gchq.gaffer.federatedstore.util that throw GafferCheckedException Constructor Description ApplyViewToElementsFunction(Map<String,Object> context) -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.operation
Subclasses of GafferCheckedException in uk.gov.gchq.gaffer.operation Modifier and Type Class Description classOperationExceptionAnOperationExceptionis thrown when an operation fails. -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.rest.mapper
Methods in uk.gov.gchq.gaffer.rest.mapper with parameters of type GafferCheckedException Modifier and Type Method Description javax.ws.rs.core.ResponseGafferCheckedExceptionMapper. toResponse(GafferCheckedException gce) -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.serialisation.implementation
Methods in uk.gov.gchq.gaffer.serialisation.implementation that throw GafferCheckedException Modifier and Type Method Description MultiSerialiserMultiSerialiser. addSerialiser(byte key, ToBytesSerialiser serialiser, Class aClass)voidMultiSerialiserStorage. addSerialiserDetails(byte key, ToBytesSerialiser serialiser, Class aClass)voidMultiSerialiserStorage. addSerialiserDetails(MultiSerialiserStorage.SerialiserDetail serialiserDetail)voidMultiSerialiserStorage. put(byte serialiserEncoding, ToBytesSerialiser serialiser, Class supportedClass)voidMultiSerialiserStorage. setSerialiserDetails(List<MultiSerialiserStorage.SerialiserDetail> serialisersDetails)voidMultiSerialiser. setSerialisers(List<MultiSerialiserStorage.SerialiserDetail> serialisers) -
Uses of GafferCheckedException in uk.gov.gchq.gaffer.store
Subclasses of GafferCheckedException in uk.gov.gchq.gaffer.store Modifier and Type Class Description classStoreExceptionAStoreExceptionis a fairly generic exception for a wide range of issues occurred in aStore.
-