Uses of Class
com.rubecula.util.BaseException

Packages that use BaseException
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

com.rubecula.util This is the high-level description of the util package. 
 

Uses of BaseException in com.rubecula.jquantity
 

Subclasses of BaseException in com.rubecula.jquantity
(package private) static class Expression.ExpressionException
          Static class to define an exception encountered when parsing a formula.
 class InvalidOperandException
          A checked exception intended to be internal to the JQuantity package, which indicates that when a mathematical operation A op B is invoked, the class of B is not valid for the operation on A.
 

Uses of BaseException in com.rubecula.util
 

Subclasses of BaseException in com.rubecula.util
 class MillException
          Exception class for the operation of a Mill.
 class PresentableException
          Exception for errors when creating Presentable objects.
 class PresentationException
          Checked Exception for Presentation objects.