Class EnsembleException

All Implemented Interfaces:
Serializable

public class EnsembleException extends ModelException
Exceptions related to multi-particle simulations, specifically, that involving the ensemble of particles being propagated.
Author:
CKAllen
See Also:
  • Constructor Details

    • EnsembleException

      public EnsembleException()
      Creates a new instance of EnsembleException without detail message.
    • EnsembleException

      public EnsembleException(String msg)
      Constructs an instance of EnsembleException with the specified detail message.
      Parameters:
      msg - the detail message.