edu.iris.Fissures.model
Class IncompatibleUnit

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.iris.Fissures.model.IncompatibleUnit
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleUnit
extends java.lang.Exception

IncompatibleUnit.java Signifies that two units are not convertable to one another. So any values associated with these units cannot be compared, added, or subtracted. Created: Fri Oct 1 14:43:19 1999

See Also:
Serialized Form

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

IncompatibleUnit

public IncompatibleUnit()

IncompatibleUnit

public IncompatibleUnit(java.lang.String s)