20 package net.sf.gridarta.model.anim;
22 import org.jetbrains.annotations.NotNull;
51 super(
"Expected \"" + expected +
"\", got \"" + actual +
"\" in line " + lineNumber);
This exception is thrown when parsing an animation definition file (.
final int lineNumber
The line number that caused the error.
static final long serialVersionUID
The serial version UID.
AnimationParseException(@NotNull final String expected, @NotNull final String actual, final int lineNumber)
Create an AnimationParseException.
int getLineNumber()
Get the number of the erroneous line.