Class DatabaseVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.program.database.util.DatabaseVersionException
All Implemented Interfaces:
Serializable

public class DatabaseVersionException extends Exception
Exception thrown if the database does not match the expected version of the program classes.
See Also:
  • Constructor Details

    • DatabaseVersionException

      public DatabaseVersionException()
      Construct a new DatabaseException.
    • DatabaseVersionException

      public DatabaseVersionException(String msg)
      Construct a new DatabaseException with the given message.
      Parameters:
      msg - the message.