org.geotools.units
Class UnitException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.geotools.units.UnitException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by the Unit framework.

public class UnitException
extends java.lang.RuntimeException

Exceptions signalant qu'une certaine op?ration ne peut pas ?tre faite sur une certaine unit?. Cette exception peut ?tre lanc?e lorsqu'une conversion est impossible, ou qu'on ne peut pas multiplier une unit? par une autre.

Version:
1.0
Author:
Steven R. Emmerson, Bill Hibbard, Martin Desruisseaux
See Also:
Serialized Form

Constructor Summary
UnitException()
          Deprecated. Cr?e une exception sans messages.
UnitException(java.lang.String msg)
          Deprecated. Cr?e une exception avec le message sp?cifi?.
 
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

UnitException

public UnitException()
Deprecated. 
Cr?e une exception sans messages.


UnitException

public UnitException(java.lang.String msg)
Deprecated. 
Cr?e une exception avec le message sp?cifi?.



Copyright © GeoTools. All Rights Reserved.