br.com.oncast.dev.lobo.eval
Class MetricIntervalUnstartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
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)