Class FreezeDryingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
repast.simphony.freezedry.FreezeDryingException
All Implemented Interfaces:
Serializable

public class FreezeDryingException extends Exception
An exception thrown when there is a problem while working with the freeze drying utilities.
See Also:
  • Constructor Details

    • FreezeDryingException

      public FreezeDryingException(Throwable cause)
    • FreezeDryingException

      public FreezeDryingException(String message, Throwable cause)
    • FreezeDryingException

      public FreezeDryingException()
    • FreezeDryingException

      public FreezeDryingException(String message)