Class FaultToErrorObjectConverter
java.lang.Object
org.flywaydb.core.api.output.errors.ExceptionToErrorObjectConverter<Exception,FaultToErrorObjectConverter.FaultErrorOutputItem>
org.flywaydb.core.api.output.errors.FaultToErrorObjectConverter
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin
public class FaultToErrorObjectConverter
extends ExceptionToErrorObjectConverter<Exception,FaultToErrorObjectConverter.FaultErrorOutputItem>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
FaultToErrorObjectConverter
public FaultToErrorObjectConverter()
-
-
Method Details
-
getSupportedExceptionType
-
convert
- Specified by:
convertin classExceptionToErrorObjectConverter<Exception,FaultToErrorObjectConverter.FaultErrorOutputItem>
-