jsky.science
Class WavelengthArrayParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jsky.science.WavelengthArrayParseException
All Implemented Interfaces:
java.io.Serializable

public class WavelengthArrayParseException
extends java.lang.Exception

The WavelengthParseException may be thrown by the parse() method of WavelengthArrayDataSet while trying to parse data from a ReaderStream.

This code was developed by NASA, Goddard Space Flight Center, Code 587 for the Scientist's Expert Assistant (SEA) project for Next Generation Space Telescope (NGST).

Version:
August 2, 1999
Author:
Sandy Grosvenor
See Also:
Serialized Form

Constructor Summary
WavelengthArrayParseException(java.lang.String 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

WavelengthArrayParseException

public WavelengthArrayParseException(java.lang.String message)