gov.noaa.pmel.sgt
Class SGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.noaa.pmel.sgt.SGException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AxisNotFoundException, ChildNotFoundException, ContourLevelNotFoundException, DataNotAssignedException, DataNotFoundException, DataNotSameShapeException, LabelNotFoundException, LayerNotFoundException, NegativeLogException, PaneNotFoundException

public class SGException
extends java.lang.Exception

Base class for gov.noaa.pmel.sgt exceptions.

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

Constructor Summary
SGException()
           
SGException(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

SGException

public SGException()

SGException

public SGException(java.lang.String s)