|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseException | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |