com.rubecula.jquantity
Class Rational.RValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.rubecula.jquantity.Rational.RValueException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Rational

public class Rational.RValueException
extends java.lang.Exception

Title: RValueException

Description: Checked exception class for Rational. This exception class is used for all exceptions generated by BigInteger methods.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
Rational.RValueException(java.lang.String bleat)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Rational.RValueException

public Rational.RValueException(java.lang.String bleat)