Gridarta Editor
net.sf.gridarta.model.anim.IllegalAnimationException Class Reference

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...
 

Detailed Description

Exception thrown to indicate that an animation object is not acceptable.

Author
Andreas Kirschbaum

Definition at line 29 of file IllegalAnimationException.java.

Constructor & Destructor Documentation

◆ IllegalAnimationException()

net.sf.gridarta.model.anim.IllegalAnimationException.IllegalAnimationException ( @NotNull final NamedObject  animationObject,
@NotNull final Throwable  ex 
)

Creates a new instance.

Parameters
animationObjectthe illegal animation object
exthe source exception

Definition at line 48 of file IllegalAnimationException.java.

References net.sf.gridarta.model.anim.IllegalAnimationException.animationObject.

Member Function Documentation

◆ getAnimationObject()

NamedObject net.sf.gridarta.model.anim.IllegalAnimationException.getAnimationObject ( )

Returns the illegal animation object.

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:

Member Data Documentation

◆ animationObject

final NamedObject net.sf.gridarta.model.anim.IllegalAnimationException.animationObject
private

◆ serialVersionUID

final long net.sf.gridarta.model.anim.IllegalAnimationException.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 34 of file IllegalAnimationException.java.


The documentation for this class was generated from the following file: