br.com.oncast.dev.lobo.eval
Class MetricIntervalUnstartedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by br.com.oncast.dev.lobo.eval.MetricIntervalUnstartedException
All Implemented Interfaces:
java.io.Serializable

public class MetricIntervalUnstartedException
extends java.lang.RuntimeException

Thrown when it was attempted to end a metric interval but it was not opened.

See Also:
Serialized Form

Constructor Summary
MetricIntervalUnstartedException()
           
MetricIntervalUnstartedException(java.lang.String message)
           
MetricIntervalUnstartedException(java.lang.String message, java.lang.Throwable cause)
           
MetricIntervalUnstartedException(java.lang.Throwable cause)
           
 
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

MetricIntervalUnstartedException

public MetricIntervalUnstartedException()

MetricIntervalUnstartedException

public MetricIntervalUnstartedException(java.lang.String message,
                                        java.lang.Throwable cause)

MetricIntervalUnstartedException

public MetricIntervalUnstartedException(java.lang.String message)

MetricIntervalUnstartedException

public MetricIntervalUnstartedException(java.lang.Throwable cause)