|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sim.util.mantissa.MantissaException
public class MantissaException
This class is the base class for all specific exceptions thrown by the mantissa classes.
When the mantissa classes throw exceptions that are specific to the package, these exceptions are always subclasses of MantissaException. When exceptions that are already covered by the standard java API should be thrown, like ArrayIndexOutOfBoundsException or IllegalArgumentException, these standard exceptions are thrown rather than the mantissa specific ones.
This file is from the "Mantissa" Java software package found at http://www.spaceroots.org/software/mantissa/index.html. The license is included at the end of the source file.
Constructor Summary | |
---|---|
MantissaException()
Simple constructor. |
|
MantissaException(java.lang.String message)
Simple constructor. |
|
MantissaException(java.lang.String message,
java.lang.Throwable cause)
Simple constructor. |
|
MantissaException(java.lang.Throwable cause)
Simple constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MantissaException()
public MantissaException(java.lang.String message)
public MantissaException(java.lang.Throwable cause)
cause
- cause of this exceptionpublic MantissaException(java.lang.String message, java.lang.Throwable cause)
message
- exception messagecause
- cause of this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |