java.lang.Object
java.lang.Throwable
java.lang.Error
org.variantsync.studies.evolution.simulation.error.Panic
All Implemented Interfaces:
Serializable

public class Panic extends Error
Custom Error class to represent critical errors due to requirements of the study not being fulfilled.
See Also:
  • Constructor Details

    • Panic

      public Panic(String message)