DESY ACOP Beans Home

de.desy.acop.video.analysis
Class MathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.desy.acop.video.analysis.MathException
All Implemented Interfaces:
java.io.Serializable

public class MathException
extends java.lang.Exception

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.

Author:
Jaka Bobnar
See Also:
Serialized Form

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

MathException

public MathException()
Constructs a new MathException.


MathException

public MathException(java.lang.String message)
Constructs a new MathException with the explanation of the exception provided as parameter.

Parameters:
message - short explanation of the exception

MathException

public 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.

Parameters:
message - short explanation of the exception
cause - the cause of the exception


Copyright © 2010. All Rights Reserved.