Package ghidra.program.database.util
Class DatabaseVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.program.database.util.DatabaseVersionException
- All Implemented Interfaces:
Serializable
Exception thrown if the database does not match the expected version of the program classes.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct a new DatabaseException.Construct a new DatabaseException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseVersionException
public DatabaseVersionException()Construct a new DatabaseException. -
DatabaseVersionException
Construct a new DatabaseException with the given message.- Parameters:
msg
- the message.
-