cyvis.core.metrics.sources
Class MetricSource.UnsupportedMetricSourceException

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.UnsupportedMetricSourceException
All Implemented Interfaces:
Serializable
Enclosing class:
MetricSource

public static class MetricSource.UnsupportedMetricSourceException
extends RuntimeException

Thrown when an unrecognised file extension is encountered.

See Also:
Serialized Form

Constructor Summary
MetricSource.UnsupportedMetricSourceException(String fileName)
           
 
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.UnsupportedMetricSourceException

public MetricSource.UnsupportedMetricSourceException(String fileName)