org.gvsig.tools.persistence.exception
Class PersistenceTypeNotSupportedException

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
                      extended by org.gvsig.tools.persistence.exception.PersistenceTypeNotSupportedException
All Implemented Interfaces:
Serializable, Iterable, Collection, List, IBaseException

public class PersistenceTypeNotSupportedException
extends PersistenceException

See Also:
Serialized Form

Field Summary
static String UNKNOW_ATTRIBUTE
           
 
Fields inherited from class org.gvsig.tools.exception.BaseException
code, formatString, messageKey
 
Constructor Summary
PersistenceTypeNotSupportedException(Class theClass)
           
PersistenceTypeNotSupportedException(Class theClass, String attributeName)
           
PersistenceTypeNotSupportedException(String className)
           
PersistenceTypeNotSupportedException(String className, String attributeName)
           
 
Method Summary
 void setAttributeName(String attributeName)
           
protected  Map values()
           
 
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
 
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
 

Field Detail

UNKNOW_ATTRIBUTE

public static final String UNKNOW_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

PersistenceTypeNotSupportedException

public PersistenceTypeNotSupportedException(Class theClass)

PersistenceTypeNotSupportedException

public PersistenceTypeNotSupportedException(String className)

PersistenceTypeNotSupportedException

public PersistenceTypeNotSupportedException(Class theClass,
                                            String attributeName)

PersistenceTypeNotSupportedException

public PersistenceTypeNotSupportedException(String className,
                                            String attributeName)
Method Detail

setAttributeName

public void setAttributeName(String attributeName)

values

protected Map values()
Overrides:
values in class BaseException
Returns:
A map that serves to replace in the format string the keys with the corresponding values.


Copyright © 2004-2011 gvSIG. All Rights Reserved.