Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.TskUnsupportedSchemaVersionException Class Reference

Inherits org.sleuthkit.datamodel.TskCoreException.

Public Member Functions

 TskUnsupportedSchemaVersionException ()
 
 TskUnsupportedSchemaVersionException (String msg)
 
 TskUnsupportedSchemaVersionException (String msg, Exception ex)
 
- Public Member Functions inherited from org.sleuthkit.datamodel.TskCoreException
 TskCoreException ()
 
 TskCoreException (String msg)
 
 TskCoreException (String msg, Exception ex)
 
- Public Member Functions inherited from org.sleuthkit.datamodel.TskException
 TskException (String msg)
 
 TskException (String msg, Exception ex)
 

Detailed Description

Subtype of TskCoreException that is thrown when there is an attempt to open or use a resource with an unsupported schema version.

For example, as of Sleuthkit 4.5.0 database schema versions are two part: Major.Minor. This versioning schema is based on semantic versioning, but without using the patch number (in practice it is always the default value of zero). The major part is incremented for incompatible changes such as removing a table or column, i.e., it will not be usable by an older version of the software. A TskUnsupportedSchemaVersionException should be thrown from an attempt to open a db with an incompatible db schema.

See also
CaseDBSchemaVersionNumber for more details on db schema compatibility.

Definition at line 35 of file TskUnsupportedSchemaVersionException.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.TskUnsupportedSchemaVersionException.TskUnsupportedSchemaVersionException ( )

Definition at line 39 of file TskUnsupportedSchemaVersionException.java.

org.sleuthkit.datamodel.TskUnsupportedSchemaVersionException.TskUnsupportedSchemaVersionException ( String  msg)

Definition at line 42 of file TskUnsupportedSchemaVersionException.java.

org.sleuthkit.datamodel.TskUnsupportedSchemaVersionException.TskUnsupportedSchemaVersionException ( String  msg,
Exception  ex 
)

Definition at line 46 of file TskUnsupportedSchemaVersionException.java.


The documentation for this class was generated from the following file:

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.