Class ComputationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.hecmath.computation.ComputationException
All Implemented Interfaces:
Serializable

public class ComputationException extends Exception
See Also:
  • Constructor Details

    • ComputationException

      public ComputationException()
    • ComputationException

      public ComputationException(String text)
    • ComputationException

      public ComputationException(String text, Throwable t)
    • ComputationException

      public ComputationException(Throwable t)