com.rubecula.jquantity
Class Rational.RationalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.ArithmeticException
                  extended bycom.rubecula.jquantity.JQuantityException
                      extended bycom.rubecula.jquantity.Rational.RationalException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Rational

private class Rational.RationalException
extends JQuantityException


Field Summary
 
Fields inherited from class com.rubecula.jquantity.JQuantityException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) Rational.RationalException()
           
  Rational.RationalException(java.lang.String bleat)
           
  Rational.RationalException(java.lang.String bleat, boolean informational)
           
  Rational.RationalException(java.lang.String bleat, java.lang.String details)
           
  Rational.RationalException(java.lang.String bleat, java.lang.String details, boolean informational)
           
 
Methods inherited from class com.rubecula.jquantity.JQuantityException
isInformational, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Rational.RationalException

Rational.RationalException()

Rational.RationalException

public Rational.RationalException(java.lang.String bleat,
                                  java.lang.String details,
                                  boolean informational)

Rational.RationalException

public Rational.RationalException(java.lang.String bleat,
                                  boolean informational)

Rational.RationalException

public Rational.RationalException(java.lang.String bleat,
                                  java.lang.String details)

Rational.RationalException

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