ucar.units
Class NameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.units.UnitException
              extended by ucar.units.NameException
All Implemented Interfaces:
Serializable

public final class NameException
extends UnitException

Provides support for bad unit names.

Version:
$Id: NameException.java 64 2006-07-12 22:30:50Z edavis $
Author:
Steven R. Emmerson
See Also:
Serialized Form

Constructor Summary
NameException(String msg)
          Constructs from a message.
 
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

NameException

public NameException(String msg)
Constructs from a message.

Parameters:
msg - The message.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.