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:
- Complex.ComplexException, FuzzInt.FuzzIntException, Rational.RationalException, Value.ValueException, WholeNumber.WholeNumberException
- public class JQuantityException
- extends java.lang.ArithmeticException
This exception class is used to report problems in the JQuantity package.
- Version:
- $Revision: 1.2 $
// TODO this class needs completely reworking.
- Author:
- Robin Hillyard
- See Also:
- Serialized Form
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
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 |
_Details
private java.lang.String _Details
_Informational
private boolean _Informational
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()
isInformational
public boolean isInformational()