com.stc.eindex.objects.exception
Class PotentialDupMissingFieldException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.stc.eindex.master.EViewException
              extended bycom.stc.eindex.master.ProcessingException
                  extended bycom.stc.eindex.objects.exception.ObjectException
                      extended bycom.stc.eindex.objects.exception.PotentialDupMissingFieldException
All Implemented Interfaces:
java.io.Serializable

public class PotentialDupMissingFieldException
extends ObjectException

The PotentialDupMissingFieldException class represents an exception thrown when an error occurs while constructing a potential duplicate object or changing its values (for example, if the date is null, this exception might be thrown when attempting to set the date).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
PotentialDupMissingFieldException(java.lang.String type)
          Creates a new instance of the PotentialDupMissingFieldException class with an error message.
 
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

PotentialDupMissingFieldException

public PotentialDupMissingFieldException(java.lang.String type)
Creates a new instance of the PotentialDupMissingFieldException class with an error message.

Parameters:
type - The field that is missing.
Throws:
None.


Copyright 2007 by Sun Microsystems, Inc. All Rights Reserved.