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".


Constructor Index

 o IAException()
 o IAException(String)

Constructors

 o IAException
 public IAException()
 o IAException
 public IAException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index