Uses of Interface
org.gvsig.tools.exception.IBaseException

Packages that use IBaseException
org.gvsig.tools.dynobject   
org.gvsig.tools.dynobject.exception   
org.gvsig.tools.dynobject.impl   
org.gvsig.tools.evaluator   
org.gvsig.tools.exception   
org.gvsig.tools.library   
org.gvsig.tools.locator Proporciona una implementación base del patrón Locator, así como un mecanismo de inicialización que permita registrar las implementaciones que aporte en su Locator cada módulo o librería. 
org.gvsig.tools.operations   
org.gvsig.tools.persistence.exception   
org.gvsig.tools.persistence.impl.exception   
org.gvsig.tools.persistence.xml   
org.gvsig.tools.persistence.xml.exception   
org.gvsig.tools.service   
org.gvsig.tools.service.spi   
org.gvsig.tools.undo   
org.gvsig.tools.util.impl   
org.gvsig.tools.visitor   
 

Uses of IBaseException in org.gvsig.tools.dynobject
 

Classes in org.gvsig.tools.dynobject that implement IBaseException
 class DynObjectException
           
 class DynObjectRuntimeException
           
 

Uses of IBaseException in org.gvsig.tools.dynobject.exception
 

Classes in org.gvsig.tools.dynobject.exception that implement IBaseException
 class DuplicateDynClassException
          Exception thrown when a DynClass is duplicated
 class DynClassNotFoundException
          Exception thrown when a DynClass does not exist.
 class DynFieldIsNotAContainerException
           
 class DynFieldNotFoundException
          Exception thrown when an attribute of a DynObject does not exist.
 class DynFieldRequiredValueException
           
 class DynFieldValidateException
           
 class DynMethodException
           
 class DynMethodIllegalCodeException
           
 class DynMethodNotSupportedException
           
 class DynObjectFieldSubtypeRequiredValueException
           
 class DynObjectValidateException
           
 class IllegalDynMethodException
           
 class IllegalDynMethodInvocationException
           
 

Uses of IBaseException in org.gvsig.tools.dynobject.impl
 

Classes in org.gvsig.tools.dynobject.impl that implement IBaseException
static class DefaultDynClass.CheckDynClassListException
           
static class DefaultDynClass.CheckDynClassListException.CheckDynClassException
           
static class DefaultDynField.CheckDynFieldListException
           
static class DefaultDynField.CheckDynFieldListException.CheckDynFieldException
           
 class DefaultDynObject.CoerceValueException
           
static class DynClassImportHelper.CantLocateClassException
           
static class DynClassImportHelper.CantLocateDynClassException
           
static class DynClassImportHelper.DuplicateDynClassException
           
static class DynClassImportHelper.ImportDynClassesException
           
static class DynClassImportHelper.IncompatibleAttributeValueException
           
static class DynClassImportHelper.InvalidFieldTypeException
           
static class DynClassImportHelper.NeedTagOrAttributeException
           
static class DynClassImportHelper.ParseCoerceException
           
static class DynClassImportHelper.UnexpectedTagOrAttributeException
           
static class DynClassImportHelper.WrongVersionException
           
 

Uses of IBaseException in org.gvsig.tools.evaluator
 

Classes in org.gvsig.tools.evaluator that implement IBaseException
 class EvaluatorException
           
 

Uses of IBaseException in org.gvsig.tools.exception
 

Classes in org.gvsig.tools.exception that implement IBaseException
 class BaseException
          Esta clase esta pensada para actuar como clase base para las excepciones que se lanzan dentro del proyecto de gvSIG.
 class BaseRuntimeException
          Esta clase esta pensada para actuar como clase base para las excepciones que se lanzan dentro del proyecto de gvSIG.
 class ListBaseException
           
 class NotYetImplemented
           
 

Uses of IBaseException in org.gvsig.tools.library
 

Classes in org.gvsig.tools.library that implement IBaseException
 class LibraryException
          Exception for errors in the initialization of a Library.
 

Uses of IBaseException in org.gvsig.tools.locator
 

Classes in org.gvsig.tools.locator that implement IBaseException
 class LocatorException
          Exception for errors related to the retrieval of references through a Locator.
 class LocatorReferenceException
          Exception for errors related to the retrieval of references through a Locator.
 class ReferenceNotRegisteredException
          Exception for errors related to the initialization of a Library.
 

Uses of IBaseException in org.gvsig.tools.operations
 

Classes in org.gvsig.tools.operations that implement IBaseException
 class OperationException
           
 class OperationNotSupportedException
           
 

Uses of IBaseException in org.gvsig.tools.persistence.exception
 

Classes in org.gvsig.tools.persistence.exception that implement IBaseException
 class AddDefinitionException
           
 class DuplicatePersistentDefinitionException
           
 class FieldNotDeclaredException
           
 class PersistenceClassNotRegistered
           
 class PersistenceCreateException
           
 class PersistenceException
           
 class PersistenceIdentifierException
           
 class PersistenceRuntimeException
           
 class PersistenceTypeNotSupportedException
           
 class PersistenceValidateExceptions
           
 class PersistenceWriteExeption
           
 

Uses of IBaseException in org.gvsig.tools.persistence.impl.exception
 

Classes in org.gvsig.tools.persistence.impl.exception that implement IBaseException
 class CantFindDefinitionInStreamException
           
 class ObjectNotFoundException
           
 class PersistenceDomainNotRegisterdException
           
 class PersistenceDuplicateDomainNameException
           
 class PersistenceIDNotLoadedException
           
 class PersistenceIllegalStateTheClassNameNotSetException
           
 class PersistenceInvalidDomainNameException
           
 class PersistenceInvalidPropertyNameException
           
 class PersistenceInvalidTypeForPropertyException
           
 class PersistenceInvalidValidateModeException
           
 class PersistenceReferenceIDConflitException
           
 class PersistenceUnsuportedMapKeyTypeException
           
 class PersistenceValidateMissingDefinitionException
           
 class PersistenceValueNotFoundException
           
 

Uses of IBaseException in org.gvsig.tools.persistence.xml
 

Classes in org.gvsig.tools.persistence.xml that implement IBaseException
 class ZipXMLPersistenceManager.CantGenerateXMLSchemaForDefinitionException
           
 class ZipXMLPersistenceManager.CantGenerateXMLSchemaForDomainException
           
 class ZipXMLPersistenceManager.CantSaveStateException
           
 

Uses of IBaseException in org.gvsig.tools.persistence.xml.exception
 

Classes in org.gvsig.tools.persistence.xml.exception that implement IBaseException
 class PersistenceEndOfDocumentException
           
 class PersistenceInvalidValueException
           
 class PersistenceMissingAttributeException
           
 class PersistenceMissingEntryInZIPException
           
 class PersistenceMissingTagException
           
 class PersistenceParserException
           
 class PersistenceUnknowTypeException
           
 class PersistenceUnssuportedDefinitionTypeException
           
 

Uses of IBaseException in org.gvsig.tools.service
 

Classes in org.gvsig.tools.service that implement IBaseException
 class ServiceException
          Service related parent exception.
 class ServiceInitializationException
          Exception thrown when there is an error while initializing a service.
 

Uses of IBaseException in org.gvsig.tools.service.spi
 

Classes in org.gvsig.tools.service.spi that implement IBaseException
 class NotRegisteredException
          Exception thrown when a service through a Provider or a Service implementation is needed but the provider is not registered.
 class ParametersException
          Exception thrown when a service is needed but the provider or service implementation is not registered.
 class ServiceParametersValidationException
          Exception thrown when the parameters provided for a service are not valid.
 

Uses of IBaseException in org.gvsig.tools.undo
 

Classes in org.gvsig.tools.undo that implement IBaseException
 class RedoException
          Exception thrown when there is an error while performing an redo.
 class UndoException
          Exception thrown when there is an error while performing an undo.
 

Uses of IBaseException in org.gvsig.tools.util.impl
 

Classes in org.gvsig.tools.util.impl that implement IBaseException
 class CallableException
           
 

Uses of IBaseException in org.gvsig.tools.visitor
 

Classes in org.gvsig.tools.visitor that implement IBaseException
 class NotSupportedOperationException
          Exception thrown when a Visitor is provided with an object not supported.
 class VisitCanceledException
          Exception thrown when a visit of a Visitor is cancelled.
 



Copyright © 2004-2011 gvSIG. All Rights Reserved.