Module: Purview::Exceptions

Defined in:
lib/purview/exceptions/base.rb,
lib/purview/exceptions/no_table.rb,
lib/purview/exceptions/base_table.rb,
lib/purview/exceptions/no_window_for_table.rb,
lib/purview/exceptions/could_not_lock_table.rb,
lib/purview/exceptions/could_not_sync_table.rb,
lib/purview/exceptions/could_not_enable_table.rb,
lib/purview/exceptions/could_not_unlock_table.rb,
lib/purview/exceptions/could_not_disable_table.rb,
lib/purview/exceptions/could_not_baseline_table.rb,
lib/purview/exceptions/wrong_database_for_table.rb,
lib/purview/exceptions/could_not_initialize_table.rb,
lib/purview/exceptions/rows_outside_window_for_table.rb,
lib/purview/exceptions/table_already_assigned_for_index.rb,
lib/purview/exceptions/could_not_find_metadata_for_table.rb,
lib/purview/exceptions/table_already_assigned_for_column.rb,
lib/purview/exceptions/could_not_update_metadata_for_table.rb,
lib/purview/exceptions/database_already_assigned_for_table.rb

Defined Under Namespace

Classes: Base, BaseTable, CouldNotBaselineTable, CouldNotDisableTable, CouldNotEnableTable, CouldNotFindMetadataForTable, CouldNotInitializeTable, CouldNotLockTable, CouldNotSyncTable, CouldNotUnlockTable, CouldNotUpdateMetadataForTable, DatabaseAlreadyAssignedForTable, NoTable, NoWindowForTable, RowsOutsideWindowForTable, TableAlreadyAssignedForColumn, TableAlreadyAssignedForIndex, WrongDatabaseForTable