org.apache.batik.anim
public class AnimationException extends RuntimeException
Field Summary | |
---|---|
protected String | code
The error code. |
protected TimedElement | e
The timed element on which the error occurred. |
protected String | message
The message. |
protected Object[] | params
The parameters to use for the error message. |
Constructor Summary | |
---|---|
AnimationException(TimedElement e, String code, Object[] params)
Creates a new AnimationException. |
Method Summary | |
---|---|
String | getCode()
Returns the error code. |
TimedElement | getElement()
Returns the timed element that caused this animation exception. |
String | getMessage()
Returns the error message according to the error code and parameters. |
Object[] | getParams()
Returns the error message parameters. |
Parameters: e the animation element on which the error occurred code the error code params the parameters to use for the error message