class org.springframework.boot.diagnostics.analyzer.ValidationExceptionFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ValidationException>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.diagnostics.analyzer.ValidationExceptionFailureAnalyzer
super_class: java.lang.Object
{
private static final java.lang.String JAVAX_MISSING_IMPLEMENTATION_MESSAGE;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "Unable to create a Configuration, because no Bean Validation provider could be found"
private static final java.lang.String JAKARTA_MISSING_IMPLEMENTATION_MESSAGE;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "Unable to create a Configuration, because no Jakarta Bean Validation provider could be found"
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.validation.ValidationException cannot be resolved\n\tThe type ValidationExceptionFailureAnalyzer must implement the inherited abstract method AbstractFailureAnalyzer<ValidationException>.analyze(Throwable, ValidationException)\n\tValidationException cannot be resolved to a type\n\tValidationException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/diagnostics/analyzer/ValidationExceptionFailureAnalyzer;
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(java.lang.Throwable, ValidationException);
descriptor: (Ljava/lang/Throwable;LValidationException;)Lorg/springframework/boot/diagnostics/FailureAnalysis;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tValidationException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/diagnostics/analyzer/ValidationExceptionFailureAnalyzer;
MethodParameters:
Name Flags
rootFailure
cause
}
Signature: Lorg/springframework/boot/diagnostics/AbstractFailureAnalyzer<LValidationException;>;
SourceFile: "ValidationExceptionFailureAnalyzer.java"