org.gvsig.tools.persistence.exception
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.tools.exception.BaseException
              extended by org.gvsig.tools.exception.ListBaseException
                  extended by org.gvsig.tools.persistence.exception.PersistenceException
All Implemented Interfaces:
Serializable, Iterable, Collection, List, IBaseException
Direct Known Subclasses:
FieldNotDeclaredException, ObjectNotFoundException, PersistenceClassNotRegistered, PersistenceIdentifierException, PersistenceIDNotLoadedException, PersistenceIllegalStateTheClassNameNotSetException, PersistenceInvalidTypeForPropertyException, PersistenceInvalidValidateModeException, PersistenceMissingEntryInZIPException, PersistenceReferenceIDConflitException, PersistenceTypeNotSupportedException, PersistenceUnsuportedMapKeyTypeException, PersistenceValidateExceptions, PersistenceValidateMissingDefinitionException, PersistenceValueNotFoundException, ZipXMLPersistenceManager.CantGenerateXMLSchemaForDefinitionException, ZipXMLPersistenceManager.CantGenerateXMLSchemaForDomainException, ZipXMLPersistenceManager.CantSaveStateException

public class PersistenceException
extends ListBaseException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gvsig.tools.exception.BaseException
code, formatString, messageKey
 
Constructor Summary
  PersistenceException()
           
  PersistenceException(String messageFormat)
          Deprecated. No debe usarse este constructor, si lo necesitas, seguramente tendrias que crear una excepcion mas concreta que deribe de esta.
protected PersistenceException(String messageFormat, String messageKey, long code)
           
  PersistenceException(String messageFormat, Throwable cause)
           
protected PersistenceException(String messageFormat, Throwable cause, String messageKey, long code)
           
  PersistenceException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.gvsig.tools.exception.ListBaseException
add, add, addAll, addAll, clear, contains, containsAll, get, getLocalizedMessage, getMessage, getMessage, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, printStackTrace, printStackTrace, printStackTrace, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from class org.gvsig.tools.exception.BaseException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessageKey, getMessageStack, getMessageStack, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode, iterator
 

Constructor Detail

PersistenceException

public PersistenceException(String messageFormat)
Deprecated. No debe usarse este constructor, si lo necesitas, seguramente tendrias que crear una excepcion mas concreta que deribe de esta.

Parameters:
messageFormat -

PersistenceException

public PersistenceException(Throwable cause)

PersistenceException

public PersistenceException()

PersistenceException

protected PersistenceException(String messageFormat,
                               String messageKey,
                               long code)

PersistenceException

protected PersistenceException(String messageFormat,
                               Throwable cause,
                               String messageKey,
                               long code)

PersistenceException

public PersistenceException(String messageFormat,
                            Throwable cause)


Copyright © 2004-2011 gvSIG. All Rights Reserved.