Package org.apfloat

Class ApfloatInterruptedException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ApfloatInterruptedException extends ApfloatRuntimeException
Exception indicating that the computation was interrupted.

This exception is semantically somewhat similar to InterruptedException except that it's a runtime exception and not a checked exception.

Since:
1.14.0
Version:
1.14.0
Author:
Mikko Tommila
See Also: