gov.noaa.pmel.sgt.beans
Class DataTargetMismatchException

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

public class DataTargetMismatchException
extends java.lang.Exception

SGTData does not match the target of Panel and DataGroup or Legend type.

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

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

DataTargetMismatchException

public DataTargetMismatchException()

DataTargetMismatchException

public DataTargetMismatchException(java.lang.String message)