public class IllegalAnimationException
extends java.lang.Exception
Constructor and Description |
---|
IllegalAnimationException(@NotNull NamedObject animationObject,
@NotNull java.lang.Throwable ex)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull NamedObject |
getAnimationObject()
Returns the illegal animation object.
|
public IllegalAnimationException(@NotNull @NotNull NamedObject animationObject, @NotNull @NotNull java.lang.Throwable ex)
animationObject
- the illegal animation objectex
- the source exception@NotNull public @NotNull NamedObject getAnimationObject()