Package org.gbif.datatester.exception

Package that contains all exceptions used by the framework and by the tests.

See:
          Description

Exception Summary
ConceptNotFoundException Exception to be raised when some concept was not found.
DataTesterException Generic class to embrace all possible exceptions that can be raised by framework classes.
IncompatibleTagTargetException Exception raised when there was an attempt to assign a Tag to an incompatible target.
RecordSetException Generic exception that can be raised by record sets.
TestConfigurationException Generic exception related to test configuration problems.
TestInitializationException Generic exception for test initialization issues.
TestProcessingException Generic exception related to test processing problems.
UnableToLoadConceptsException Exception raised when concept definitions could not be loaded.
UnknownDataTypeException Exception related to unknown data types.
UnknownTagException Exception raised when there was an attempt to attach a Tag which is unknown (not declared) by a DataTest.
 

Package org.gbif.datatester.exception Description

Package that contains all exceptions used by the framework and by the tests.