|
Gridarta Editor
|
This exception is thrown when parsing an animation definition file (. More...
Inheritance diagram for net.sf.gridarta.model.anim.AnimationParseException:
Collaboration diagram for net.sf.gridarta.model.anim.AnimationParseException:Public Member Functions | |
| AnimationParseException (@NotNull final String expected, @NotNull final String actual, final int lineNumber) | |
| Create an AnimationParseException. More... | |
| int | getLineNumber () |
| Get the number of the erroneous line. More... | |
Private Attributes | |
| final int | lineNumber |
| The line number that caused the error. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
This exception is thrown when parsing an animation definition file (.
and
) revealed that such a file contains an error. In future, it might as well be used if a user defines or changes an animation.
Definition at line 31 of file AnimationParseException.java.
| net.sf.gridarta.model.anim.AnimationParseException.AnimationParseException | ( | @NotNull final String | expected, |
| @NotNull final String | actual, | ||
| final int | lineNumber | ||
| ) |
Create an AnimationParseException.
| expected | expected parse element |
| actual | actual parse element that gave the error |
| lineNumber | number of erroneous line |
Definition at line 50 of file AnimationParseException.java.
References net.sf.gridarta.model.anim.AnimationParseException.lineNumber.
| int net.sf.gridarta.model.anim.AnimationParseException.getLineNumber | ( | ) |
Get the number of the erroneous line.
Definition at line 59 of file AnimationParseException.java.
References net.sf.gridarta.model.anim.AnimationParseException.lineNumber.
Referenced by net.sf.gridarta.model.resource.AbstractResourcesReader< G >.loadAnimationsFromCollect(), net.sf.gridarta.model.resource.AbstractFilesResourcesReader< TestGameObject, TestMapArchObject, TestArchetype >.loadAnimationsFromFiles(), and net.sf.gridarta.model.resource.AbstractFilesResourcesReader< TestGameObject, TestMapArchObject, TestArchetype >.parseDefFace().
Here is the caller graph for this function:
|
private |
The line number that caused the error.
include
Definition at line 42 of file AnimationParseException.java.
Referenced by net.sf.gridarta.model.anim.AnimationParseException.AnimationParseException(), and net.sf.gridarta.model.anim.AnimationParseException.getLineNumber().
|
staticprivate |
The serial version UID.
Definition at line 36 of file AnimationParseException.java.