net.agmodel.physical
Class UnitDimensionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.agmodel.physical.UnitDimensionException
All Implemented Interfaces:
Serializable

public class UnitDimensionException
extends RuntimeException

Thrown when two different kind of quantities are added/substracted.

Version:
1.1, 22 March 1999
Author:
Jean-Marie Dautelle
See Also:
Serialized Form

Constructor Summary
UnitDimensionException()
          Constructs an UnitDimensionException with no detail message.
UnitDimensionException(String s)
          Constructs an UnitDimensionException with the specified detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnitDimensionException

public UnitDimensionException()
Constructs an UnitDimensionException with no detail message.


UnitDimensionException

public UnitDimensionException(String s)
Constructs an UnitDimensionException with the specified detail message.

Parameters:
s - the detail message.


Copyright (C) NARC 2001 All Rights Reserved.