Module simpa.acc

Class OpticsCalculationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
simpa.acc.api.utils.OpticsCalculationException
All Implemented Interfaces:
Serializable

public class OpticsCalculationException extends Exception
Exception is thrown when the optics calculation failed. This can happen when particles used for the calculation are lost. It is used by the Matcher class *
Author:
lbojtar
See Also:
  • Constructor Details

    • OpticsCalculationException

      public OpticsCalculationException(String s, int lostCount)
  • Method Details

    • getLostCount

      public int getLostCount()