ibspan.tss.um.stereotyping
Class UnknownMeasureTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ibspan.tss.um.stereotyping.MeasuringException
              extended by ibspan.tss.um.stereotyping.UnknownMeasureTypeException
All Implemented Interfaces:
Serializable

public class UnknownMeasureTypeException
extends MeasuringException

Thrown where unknown type of measure was used (neither nominal, ordinal nor interval type) or two incompatible measures where compared, e.g. nominal with interval one.

Author:
Maciej Gawinecki
See Also:
Serialized Form

Constructor Summary
UnknownMeasureTypeException(String message)
           
UnknownMeasureTypeException(String message, 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

UnknownMeasureTypeException

public UnknownMeasureTypeException(String message)

UnknownMeasureTypeException

public UnknownMeasureTypeException(String message,
                                   Throwable cause)