net.sourceforge.unit
Class UnitMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.unit.UnitMismatchException
All Implemented Interfaces:
java.io.Serializable

public class UnitMismatchException
extends java.lang.Exception

Used to signal that two units are not compatible

Version:
$Name: $, $Revision: 1.1.1.1 $
Author:
Fred Gylys-Colwell
See Also:
Serialized Form

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

UnitMismatchException

public UnitMismatchException(java.lang.String s)

UnitMismatchException

public UnitMismatchException()