com.rubecula.jquantity
Class JQuantityException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.ArithmeticException
|
+--com.rubecula.jquantity.JQuantityException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FuzzInt.FuzzIntException, UnitsFoundation.UnitsException, WholeNumber.WholeNumberException
- public class JQuantityException
- extends java.lang.ArithmeticException
This exception class is used to report problems in the JQuantity package.
- Version:
- $Revision: 1.1 $
- Author:
- Robin Hillyard
- See Also:
- Serialized Form
| Fields inherited from class java.lang.RuntimeException |
|
| 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 |
JQuantityException
JQuantityException()
JQuantityException
public JQuantityException(java.lang.String bleat,
java.lang.String details,
boolean informational)
JQuantityException
public JQuantityException(java.lang.String bleat,
boolean informational)
JQuantityException
public JQuantityException(java.lang.String bleat,
java.lang.String details)
JQuantityException
public JQuantityException(java.lang.String bleat)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable
isInformational
public boolean isInformational()