mro.util.measures
Class MeasureNameConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mro.util.measures.MeasureNameConflictException
All Implemented Interfaces:
java.io.Serializable

public class MeasureNameConflictException
extends java.lang.Exception

Thrown when adding a new Measure with a name matching one already in the Measures.

See Also:
Serialized Form

Constructor Summary
MeasureNameConflictException()
           
MeasureNameConflictException(java.lang.String message)
           
 
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

MeasureNameConflictException

public MeasureNameConflictException()

MeasureNameConflictException

public MeasureNameConflictException(java.lang.String message)