|
Gridarta Editor
|
Exception thrown to indicate that an animation object is not acceptable. More...
Inheritance diagram for net.sf.gridarta.model.anim.IllegalAnimationException:
Collaboration diagram for net.sf.gridarta.model.anim.IllegalAnimationException:Public Member Functions | |
| NamedObject | getAnimationObject () |
| Returns the illegal animation object. More... | |
| IllegalAnimationException (@NotNull final NamedObject animationObject, @NotNull final Throwable ex) | |
| Creates a new instance. More... | |
Private Attributes | |
| final NamedObject | animationObject |
| The illegal face object. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Exception thrown to indicate that an animation object is not acceptable.
Definition at line 29 of file IllegalAnimationException.java.
| net.sf.gridarta.model.anim.IllegalAnimationException.IllegalAnimationException | ( | @NotNull final NamedObject | animationObject, |
| @NotNull final Throwable | ex | ||
| ) |
Creates a new instance.
| animationObject | the illegal animation object |
| ex | the source exception |
Definition at line 48 of file IllegalAnimationException.java.
References net.sf.gridarta.model.anim.IllegalAnimationException.animationObject.
| NamedObject net.sf.gridarta.model.anim.IllegalAnimationException.getAnimationObject | ( | ) |
Returns the illegal animation object.
Definition at line 58 of file IllegalAnimationException.java.
References net.sf.gridarta.model.anim.IllegalAnimationException.animationObject.
Referenced by net.sf.gridarta.model.io.AbstractArchetypeParser< G, A, R, ?>.parseAnim(), and net.sf.gridarta.model.io.AnimationObjectsReader.processAnimationLine().
Here is the caller graph for this function:
|
private |
The illegal face object.
Definition at line 41 of file IllegalAnimationException.java.
Referenced by net.sf.gridarta.model.anim.IllegalAnimationException.getAnimationObject(), and net.sf.gridarta.model.anim.IllegalAnimationException.IllegalAnimationException().
|
staticprivate |
The serial version UID.
Definition at line 34 of file IllegalAnimationException.java.