Uses of Class
gov.noaa.pmel.sgt.SGException

Packages that use SGException
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.dm Classes and interfaces that define the sgt datamodel. 
 

Uses of SGException in gov.noaa.pmel.sgt
 

Subclasses of SGException in gov.noaa.pmel.sgt
 class AxisNotFoundException
          Axis was not found during operation.
 class ChildNotFoundException
          Child was not found during operation.
 class ContourLevelNotFoundException
          Contour level does not exist.
 class DataNotAssignedException
          Graph could not be produced because no data has been assigned.
 class DataNotFoundException
          Graph could not be produced because no data has been assigned.
 class DataNotSameShapeException
          Operation could not be completed since grids are not the same shape.
 class LabelNotFoundException
          Label was not found during operation.
 class LayerNotFoundException
          Operation failed because the layer was not found.
 class NegativeLogException
          Negative number used in LogTransform.
 class PaneNotFoundException
          Operation failed because the layer was not found.
 

Uses of SGException in gov.noaa.pmel.sgt.dm
 

Methods in gov.noaa.pmel.sgt.dm that throw SGException
 void Annotation.add(Annote ann)
           
 Annote Annotation.addLine(java.lang.String id, SGTLine line, LineAttribute attr)
           
 Annote Annotation.addOval(java.lang.String id, SoTPoint pt1, SoTPoint pt2, LineAttribute attr, java.awt.Color color)
          Add an oval to the Annotation.
 Annote Annotation.addPoint(java.lang.String id, SGTPoint point, PointAttribute attr)
           
 Annote Annotation.addRect(java.lang.String id, SoTPoint pt1, SoTPoint pt2, LineAttribute attr, java.awt.Color color)
          Add an rectangle to the Annotation.
 Annote Annotation.addText(java.lang.String id, SoTPoint loc, SGLabel text)