Package net.bytebuddy

Class ClassFileVersion.VersionLocator.Unresolved

java.lang.Object
net.bytebuddy.ClassFileVersion.VersionLocator.Unresolved
All Implemented Interfaces:
ClassFileVersion.VersionLocator
Enclosing interface:
ClassFileVersion.VersionLocator

@Enhance public static class ClassFileVersion.VersionLocator.Unresolved extends Object implements ClassFileVersion.VersionLocator
An unresolved version locator.
  • Field Details

    • message

      private final String message
      The message of the exception that explains the resolution error.
  • Constructor Details

    • Unresolved

      protected Unresolved(String message)
      Creates an unresolved version locator.
      Parameters:
      message - The message of the exception that explains the resolution error.
  • Method Details