Class FlywayExceptionToErrorObjectConverter
java.lang.Object
org.flywaydb.core.api.output.errors.ExceptionToErrorObjectConverter<FlywayException,FlywayExceptionToErrorObjectConverter.FlywayErrorOutputItem>
org.flywaydb.core.api.output.errors.FlywayExceptionToErrorObjectConverter
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin
public class FlywayExceptionToErrorObjectConverter
extends ExceptionToErrorObjectConverter<FlywayException,FlywayExceptionToErrorObjectConverter.FlywayErrorOutputItem>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flywaydb.core.api.output.errors.ExceptionToErrorObjectConverter
getCauseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, copy, getName, getPriority, isEnabled, isLicensed
-
Constructor Details
-
FlywayExceptionToErrorObjectConverter
public FlywayExceptionToErrorObjectConverter()
-
-
Method Details
-
getSupportedExceptionType
-
convert
public FlywayExceptionToErrorObjectConverter.FlywayErrorOutputItem convert(FlywayException exception)
-