dwvisser.analysis
Class SpecNotAvailableException

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

public class SpecNotAvailableException
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
SpecNotAvailableException(int det, int strip)
           
SpecNotAvailableException(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

SpecNotAvailableException

public SpecNotAvailableException(java.lang.String msg)

SpecNotAvailableException

public SpecNotAvailableException(int det,
                                 int strip)