All Packages Class Hierarchy This Package Previous Next Index
Class ia_math.IAException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----ia_math.IAException
- public class IAException
- extends RuntimeException
These exceptions are thrown when there is a runtime
error in the Interval Arithmetic methods. The most
common error is when the interval is empty. In this
case the message is "Empty Interval".
-
IAException()
-
-
IAException(String)
-
IAException
public IAException()
IAException
public IAException(String s)
All Packages Class Hierarchy This Package Previous Next Index