Uses of Class
org.sgrewritten.stargate.exception.StargateInitializationException
Packages that use StargateInitializationException
-
Uses of StargateInitializationException in org.sgrewritten.stargate.database
Methods in org.sgrewritten.stargate.database that throw StargateInitializationExceptionModifier and TypeMethodDescriptionvoid
SQLDatabase.load
(SQLDatabaseAPI database) Loads the database from the given API, and prepares necessary tablesConstructors in org.sgrewritten.stargate.database that throw StargateInitializationExceptionModifierConstructorDescriptionMySqlDatabase
(DatabaseDriver driver, String address, int port, String database, String userName, String password, boolean useSSL) Instantiates a new MySQL database connection using the given valuesSQLDatabase
(SQLDatabaseAPI database, StoredPropertiesAPI propertiesDatabase) Instantiates a new stargate registry -
Uses of StargateInitializationException in org.sgrewritten.stargate.util.database
Methods in org.sgrewritten.stargate.util.database that throw StargateInitializationExceptionModifier and TypeMethodDescriptionstatic SQLDatabaseAPI
DatabaseHelper.loadDatabase
(Stargate stargate) Loads the database