cyvis.core.metrics.sources
Class MetricSource.UnreadableMetricSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cyvis.core.metrics.sources.MetricSource.UnreadableMetricSourceException
All Implemented Interfaces:
Serializable
Enclosing class:
MetricSource

public static class MetricSource.UnreadableMetricSourceException
extends RuntimeException

Thrown when a MetricSource cannot be read.

See Also:
Serialized Form

Constructor Summary
MetricSource.UnreadableMetricSourceException()
           
 
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

MetricSource.UnreadableMetricSourceException

public MetricSource.UnreadableMetricSourceException()