com.rubecula.jquantity
Class Rational.RValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
private Rational.RValueException()
           
  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

private Rational.RValueException()

Rational.RValueException

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