All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hwaipy.quantity.UnitDimensionMissmatchException Maven / Gradle / Ivy

The newest version!
package com.hwaipy.quantity;

/**
 *
 * @author Hwaipy 2015-3-17
 */
public class UnitDimensionMissmatchException extends QuantityException {

  /**
   * Creates a new instance of UnitDimensionMissmatchException without detail message.
   */
  public UnitDimensionMissmatchException() {
  }

  /**
   * Constructs an instance of UnitDimensionMissmatchException with the specified detail message.
   * @param msg the detail message.
   */
  public UnitDimensionMissmatchException(String msg) {
    super(msg);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy