Package ej.mwt.animation
Class AnimationBenchmark.AnimationTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ej.mwt.animation.AnimationBenchmark.AnimationTimeoutException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AnimationBenchmark
public static class AnimationBenchmark.AnimationTimeoutException extends Exception
Thrown byAnimationBenchmark.wait(String, long)when the animation did not complete within the specified timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnimationTimeoutException(String message)Constructs a newAnimationBenchmark.AnimationTimeoutExceptionwith the given detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
AnimationTimeoutException
public AnimationTimeoutException(String message)
Constructs a newAnimationBenchmark.AnimationTimeoutExceptionwith the given detail message.- Parameters:
message- the detail message
-
-