Class MetricMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.salespointframework.quantity.MetricMismatchException
All Implemented Interfaces:
Serializable

public class MetricMismatchException extends RuntimeException
Author:
Paul Henke
See Also:
  • Constructor Details

    • MetricMismatchException

      public MetricMismatchException(String text)
    • MetricMismatchException

      public MetricMismatchException(Metric m1, Metric m2)
    • MetricMismatchException

      public MetricMismatchException(String text, Metric m1, Metric m2)