Class AccessWidenerFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.fabricmc.accesswidener.AccessWidenerFormatException
All Implemented Interfaces:
Serializable

public class AccessWidenerFormatException extends RuntimeException
Thrown when an access widener file couldn't be read due to an incorrect format.
See Also:
  • Constructor Details

    • AccessWidenerFormatException

      public AccessWidenerFormatException(int lineNumber, String message)
  • Method Details

    • getLineNumber

      public int getLineNumber()
      The line on which the error occurred. Starts with 1.
    • toString

      public String toString()
      Overrides:
      toString in class Throwable