Class MCover.MetricNotHitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.bandm.music.entities.MCover.MetricNotHitException
All Implemented Interfaces:
Serializable
Enclosing class:
MCover

public static class MCover.MetricNotHitException extends RuntimeException
Thrown iff neither of both automated synthesis modes is active.
See Also:
  • Field Details

    • startPos

      protected final Rational startPos
    • metricTree

      protected final MTree metricTree
  • Constructor Details

    • MetricNotHitException

      public MetricNotHitException(MTree metricTree, Rational startPos)
  • Method Details