|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception de.desy.acop.video.analysis.MathException
public class MathException
MathException
is an execption thrown when
a calculation was being made and it failed due to improper data, such
as for instance solving linear systems of singular matrix etc.
Constructor Summary | |
---|---|
MathException()
Constructs a new MathException. |
|
MathException(java.lang.String message)
Constructs a new MathException with the explanation of the exception provided as parameter. |
|
MathException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new MathException with the explanation of the exception and its couse provided as parameters. |
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 MathException()
public MathException(java.lang.String message)
message
- short explanation of the exceptionpublic MathException(java.lang.String message, java.lang.Throwable cause)
message
- short explanation of the exceptioncause
- the cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |