Package org.flywaydb.nc.utils
Class ErrorUtils
java.lang.Object
org.flywaydb.nc.utils.ErrorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T,DB extends org.flywaydb.core.internal.nc.NativeConnectorsDatabase>
StringcalculateErrorMessage(String title, org.flywaydb.core.api.resource.LoadableResource loadableResource, String physicalLocation, org.flywaydb.core.internal.nc.Executor<T, DB> executor, T executionUnit, String message) static StringgetScriptExecutionErrorMessageTitle(Path scriptName, String environment)
-
Constructor Details
-
ErrorUtils
public ErrorUtils()
-
-
Method Details
-
calculateErrorMessage
public static <T,DB extends org.flywaydb.core.internal.nc.NativeConnectorsDatabase> String calculateErrorMessage(String title, org.flywaydb.core.api.resource.LoadableResource loadableResource, String physicalLocation, org.flywaydb.core.internal.nc.Executor<T, DB> executor, T executionUnit, String message) -
getScriptExecutionErrorMessageTitle
-