Serialized Form
-
Package org.coordinatekit.crf.annotator
-
Exception Class org.coordinatekit.crf.annotator.ReviewPreconditionException
class ReviewPreconditionException extends RuntimeException implements Serializable
-
-
Package org.coordinatekit.crf.core
-
Exception Class org.coordinatekit.crf.core.UncheckedCrfException
class UncheckedCrfException extends RuntimeException implements Serializable
-
-
Package org.coordinatekit.crf.core.preprocessing
-
Exception Class org.coordinatekit.crf.core.preprocessing.InvalidInputException
class InvalidInputException extends IllegalArgumentException implements Serializable
-
-
Package org.coordinatekit.crf.core.spi
-
Exception Class org.coordinatekit.crf.core.spi.AmbiguousServiceException
class AmbiguousServiceException extends UncheckedCrfException implements Serializable-
Serialized Fields
-
implementationNames
List<String> implementationNames
The fully qualified class names of the registered implementations, sorted. -
serviceType
Class<?> serviceType
The type of the ambiguous service; the authoritative identity callers branch on, and the source of the human-readableAmbiguousServiceException.serviceName().
-
-
-
Exception Class org.coordinatekit.crf.core.spi.UnknownServiceException
class UnknownServiceException extends UncheckedCrfException implements Serializable
-