Class FormatError

All Implemented Interfaces:
Serializable

public class FormatError extends ClassFormatError
FormatError is the generic error thrown by jdis, jdec while parsing a class file.
See Also:
  • Constructor Details

    • FormatError

      public FormatError(T logger, String id, Object... args)
  • Method Details

    • getResourceMsg

      private static String getResourceMsg(String id, Object... args)
      Checks and returns formatted string if id isn't a reference in i18n.properties
      Parameters:
      id - either format string or a resource id
      args - arguments of the format string
      Returns:
      null id isn't format string otherwise formatted string