net.grelf
Class MixedUnitsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grelf.MixedUnitsException
All Implemented Interfaces:
java.io.Serializable

public class MixedUnitsException
extends java.lang.Exception

Thrown if there is an attempt to combine arithmetically 2 quantities with different units.

See Also:
Serialized Form

Constructor Summary
MixedUnitsException()
           
 
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

MixedUnitsException

public MixedUnitsException()