dwvisser.analysis
Class FitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--dwvisser.analysis.FitException
All Implemented Interfaces:
java.io.Serializable

public class FitException
extends java.lang.Exception

Exception that is throw if there is a fit exception that can be handled inside fit

See Also:
Serialized Form

Constructor Summary
FitException(java.lang.String msg)
           
 
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

FitException

public FitException(java.lang.String msg)