gov.noaa.pmel.sgt
Class DataNotAssignedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.noaa.pmel.sgt.SGException
              extended by gov.noaa.pmel.sgt.DataNotAssignedException
All Implemented Interfaces:
java.io.Serializable

public class DataNotAssignedException
extends SGException

Graph could not be produced because no data has been assigned.

Version:
$Revision$, $Date$
Author:
Donald Denbo
See Also:
Serialized Form

Constructor Summary
DataNotAssignedException()
           
DataNotAssignedException(java.lang.String s)
           
 
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

DataNotAssignedException

public DataNotAssignedException()

DataNotAssignedException

public DataNotAssignedException(java.lang.String s)