Class ClassTweakerFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.fabricmc.classtweaker.reader.ClassTweakerFormatException
- All Implemented Interfaces:
Serializable
Thrown when a class tweaker file couldn't be read due to an incorrect format.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ClassTweakerFormatException
-
-
Method Details
-
getLineNumber
public int getLineNumber()The line on which the error occurred. Starts with 1. -
toString
-