public class DuplicateAnimationException
extends java.lang.Exception
Constructor and Description |
---|
DuplicateAnimationException(AnimationObject duplicate)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
AnimationObject |
getDuplicate()
Returns the duplicate that caused this exception.
|
public DuplicateAnimationException(AnimationObject duplicate)
duplicate
- Duplicate animation that's the causepublic AnimationObject getDuplicate()