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 class
AccumuloException
-
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 class
IteratorSettingException
class
RangeFactoryException
-
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 class
RetrieverException
-
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 class
CacheOperationException
Exception 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 Error
ErrorFactory. from(GafferCheckedException gex)
Create anError
object 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 class
StorageException
AnStorageException
should 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 ApplyViewToElementsFunction
ApplyViewToElementsFunction. 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 BiFunction
FederatedStoreUtil. 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 class
OperationException
AnOperationException
is 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.Response
GafferCheckedExceptionMapper. 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 MultiSerialiser
MultiSerialiser. addSerialiser(byte key, ToBytesSerialiser serialiser, Class aClass)
void
MultiSerialiserStorage. addSerialiserDetails(byte key, ToBytesSerialiser serialiser, Class aClass)
void
MultiSerialiserStorage. addSerialiserDetails(MultiSerialiserStorage.SerialiserDetail serialiserDetail)
void
MultiSerialiserStorage. put(byte serialiserEncoding, ToBytesSerialiser serialiser, Class supportedClass)
void
MultiSerialiserStorage. setSerialiserDetails(List<MultiSerialiserStorage.SerialiserDetail> serialisersDetails)
void
MultiSerialiser. 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 class
StoreException
AStoreException
is a fairly generic exception for a wide range of issues occurred in aStore
.
-