Class NotImplementedException

All Implemented Interfaces:
Serializable

public class NotImplementedException extends ThermoException

NotImplementedException class.

Author:
Åsmund Våge Fannemel
See Also:
  • Field Details

    • serialVersionUID

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

    • NotImplementedException

      public NotImplementedException(String className, String methodName)
      Constructs a NotImplementedException with a standard error message.
      Parameters:
      className - Class that exception is raised from
      methodName - Method that exception is raised from
    • NotImplementedException

      public NotImplementedException(Object obj, String methodName)
      Constructs a NotImplementedException with a standard error message.
      Parameters:
      obj - object that exception is raised from
      methodName - method that exception is raised from