Class CheckedSimulationException

  • All Implemented Interfaces:
    Serializable

    public abstract class CheckedSimulationException
    extends Exception
    Checked exceptions need to be handled by the simulation. Use this exception type if the exception can be handled in such a way that the simulation can proceed.
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckedSimulationException

        public CheckedSimulationException()
      • CheckedSimulationException

        public CheckedSimulationException​(String message,
                                          Throwable cause)
      • CheckedSimulationException

        public CheckedSimulationException​(String message)
      • CheckedSimulationException

        public CheckedSimulationException​(Throwable cause)