public interface org.hibernate.internal.log.UrlMessageBundle
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.internal.log.UrlMessageBundle
  super_class: java.lang.Object
{
  public static final org.hibernate.internal.log.UrlMessageBundle URL_LOGGER;
    descriptor: Lorg/hibernate/internal/log/UrlMessageBundle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 13
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tMessageLogger cannot be resolved to a type\n\tValidIdRange cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void logMalformedUrl(java.net.URL, java.net.URISyntaxException);
    descriptor: (Ljava/net/URL;Ljava/net/URISyntaxException;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        Cause()
    MethodParameters:
        Name  Flags
      jarUrl  
      e       

  public abstract void logUnableToFindFileByUrl(java.net.URL, java.lang.Exception);
    descriptor: (Ljava/net/URL;Ljava/lang/Exception;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        Cause()
    MethodParameters:
      Name  Flags
      url   
      e     

  public abstract void logFileDoesNotExist(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
      Name  Flags
      url   

  public abstract void logFileIsNotDirectory(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
      Name  Flags
      url   

  public abstract java.lang.String fileDoesNotExist(java.lang.String, java.net.URL);
    descriptor: (Ljava/lang/String;Ljava/net/URL;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()
    MethodParameters:
          Name  Flags
      filePart  
      url       
}
SourceFile: "UrlMessageBundle.java"
    RuntimeInvisibleAnnotations: 
      MessageLogger()
      ValidIdRange()