org.gbif.datatester.exception
Class IncompatibleTagTargetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gbif.datatester.exception.DataTesterException
              extended by org.gbif.datatester.exception.IncompatibleTagTargetException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleTagTargetException
extends DataTesterException

Exception raised when there was an attempt to assign a Tag to an incompatible target.

Version:
$Revision: 1.3 $
Author:
Renato De Giovanni ( renato at cria . org . br )
See Also:
Serialized Form

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

IncompatibleTagTargetException

public IncompatibleTagTargetException(java.lang.String msg)

Constructor.

Parameters:
msg - Message.