Uses of Class
com.senzing.sdk.SzBadInputException
Packages that use SzBadInputException
Package
Description
This package provides the interfaces, utility classes, enumerations,
constants and exception types pertaining to the Senzing SDK for Java.
-
Uses of SzBadInputException in com.senzing.sdk
Subclasses of SzBadInputException in com.senzing.sdkModifier and TypeClassDescriptionclass
ExtendsSzBadInputException
to define an exceptional condition where the provided bad input to a Senzing operation is an identifier that could not be used to successfully locate required data for that operation.class
ExtendsSzBadInputException
to define an exceptional condition where a specified data source code is not configured in the current active configuration and therefore the data source could not be found.Methods in com.senzing.sdk that throw SzBadInputExceptionModifier and TypeMethodDescriptiondefault String
SzEngine.addRecord
(SzRecordKey recordKey, String recordDefinition) Convenience method for callingSzEngine.addRecord(SzRecordKey, String, Set)
usingSzFlag.SZ_ADD_RECORD_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.addRecord
(SzRecordKey recordKey, String recordDefinition, Set<SzFlag> flags) Loads a record into the repository and performs entity resolution.