ibspan.tss.um.stereotyping
Class UnknownMeasureTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ibspan.tss.um.stereotyping.MeasuringException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownMeasureTypeException
public UnknownMeasureTypeException(String message)
UnknownMeasureTypeException
public UnknownMeasureTypeException(String message,
Throwable cause)