Package ej.mwt.animation
Class AnimationBenchmark.AnimationTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ej.mwt.animation.AnimationBenchmark.AnimationTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AnimationBenchmark
public static class AnimationBenchmark.AnimationTimeoutException extends java.lang.ExceptionThrown byAnimationBenchmark.wait(String, long)when the animation did not complete within the specified timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnimationTimeoutException(java.lang.String message)Constructs a newAnimationBenchmark.AnimationTimeoutExceptionwith the given detail message.
-
-
-
Constructor Detail
-
AnimationTimeoutException
public AnimationTimeoutException(java.lang.String message)
Constructs a newAnimationBenchmark.AnimationTimeoutExceptionwith the given detail message.- Parameters:
message- the detail message
-
-