Class ThermoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
neqsim.util.exception.ThermoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidInputException, InvalidOutputException, IsNaNException, NotImplementedException, NotInitializedException, TooManyIterationsException

public abstract class ThermoException extends Exception

ThermoException class.

Version:
$Id: $Id
Author:
Even Solbraa
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version UID.
      See Also:
  • Constructor Details

    • ThermoException

      public ThermoException(String msg)
      Constructs an ThermoException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ThermoException

      public ThermoException(String className, String methodName, String msg)
      Constructs an ThermoException with the specified detail message.
      Parameters:
      className - Class that exception is raised from
      methodName - Method that exception is raised from
      msg - specific error message