Uses of Class
nzilbb.labbcat.server.db.ExistingIdException
-
Packages that use ExistingIdException Package Description nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations. -
-
Uses of ExistingIdException in nzilbb.labbcat.server.db
Methods in nzilbb.labbcat.server.db that return ExistingIdException Modifier and Type Method Description ExistingIdException
ExistingIdException. setId(String newId)
Setter forid
: The ID that cause the exception.
-