visad.data.netcdf.units
Class ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byvisad.data.units.ParseException
              extended byvisad.data.netcdf.units.ParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchUnitException

Deprecated. Use visad.data.units.ParseException instead

public class ParseException
extends ParseException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class visad.data.units.ParseException
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ParseException()
          Deprecated. Use visad.data.units.ParseException() instead
ParseException(String msg)
          Deprecated. Use visad.data.units.ParseException(msg) instead
 
Methods inherited from class visad.data.units.ParseException
add_escapes, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ParseException

public ParseException()
Deprecated. Use visad.data.units.ParseException() instead


ParseException

public ParseException(String msg)
Deprecated. Use visad.data.units.ParseException(msg) instead