org.qi4j.api.metrics
Class MetricsNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.qi4j.api.metrics.MetricsNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class MetricsNotSupportedException
extends java.lang.RuntimeException

Thrown when the underlying MetricsProvider do not support a Metric type.

See Also:
Serialized Form

Constructor Summary
MetricsNotSupportedException(java.lang.Class<? extends MetricsFactory> factoryType, java.lang.Class<? extends MetricsProvider> providerType)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetricsNotSupportedException

public MetricsNotSupportedException(java.lang.Class<? extends MetricsFactory> factoryType,
                                    java.lang.Class<? extends MetricsProvider> providerType)