Uses of Class
org.gvsig.tools.exception.BaseException

Packages that use BaseException
org.gvsig.tools.dispose   
org.gvsig.tools.dispose.impl   
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.observer.impl   
org.gvsig.tools.operations   
org.gvsig.tools.paging   
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   
org.gvsig.tools.visitor.impl   
 

Uses of BaseException in org.gvsig.tools.dispose
 

Methods in org.gvsig.tools.dispose that throw BaseException
 void DisposableManager.releaseAll()
          Releases all bound Disposables.
 

Uses of BaseException in org.gvsig.tools.dispose.impl
 

Methods in org.gvsig.tools.dispose.impl that throw BaseException
protected abstract  void AbstractDisposable.doDispose()
          Internal implementation for the AbstractDisposable.dispose() method, to be implemented by child classes.
 void DefaultDisposableManager.releaseAll()
           
 

Uses of BaseException in org.gvsig.tools.dynobject
 

Subclasses of BaseException in org.gvsig.tools.dynobject
 class DynObjectException
           
 

Methods in org.gvsig.tools.dynobject that throw BaseException
 DynObjectPagingHelper DynObjectManager.createDynObjectPagingHelper(DynObjectSet set)
          Creates a new DynObjectPagingHelper to page the data of a DynObjectSet.
 DynObjectPagingHelper DynObjectManager.createDynObjectPagingHelper(DynObjectSet set, int pageSize)
          Creates a new DynObjectPagingHelper to page the data of a DynObjectSet.
 void DynObjectSet.delete(DynObject dynObject)
          Deletes a DynObject from this set.
 DynObject DynObjectPagingHelper.getDynObjectAt(long index)
          Returns the DynObject located at the index position.
 long DynObjectSet.getSize()
          Returns the number of DynObject(s) contained in this DynObjectSet.
 boolean DynObjectSet.isEmpty()
          Indicates whether this DynObjectSet contains zero DynObjects.
 DisposableIterator DynObjectSet.iterator()
          Returns an iterator over the elements in this collection, in the order (if any) defined when the collection was obtained.
 DisposableIterator DynObjectSet.iterator(long index)
          Returns an iterator over the elements in this collection, in the order (if any) defined when the collection was obtained.
 void DynObjectPagingHelper.reload()
          Reloads everything.
 void DynObjectPagingHelper.reloadCurrentPage()
          Reloads the current page of data from the set.
 void DynObjectSet.update(DynObject dynObject)
          Updates a DynObject from this set.
 

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

Subclasses of BaseException in org.gvsig.tools.dynobject.exception
 class DynFieldRequiredValueException
           
 class DynFieldValidateException
           
 class DynMethodException
           
 class DynMethodIllegalCodeException
           
 class DynMethodNotSupportedException
           
 class DynObjectFieldSubtypeRequiredValueException
           
 class DynObjectValidateException
           
 class IllegalDynMethodException
           
 class IllegalDynMethodInvocationException
           
 

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

Subclasses of BaseException in org.gvsig.tools.dynobject.impl
static class DefaultDynClass.CheckDynClassListException
           
static class DefaultDynClass.CheckDynClassListException.CheckDynClassException
           
static class DefaultDynField.CheckDynFieldListException
           
static class DefaultDynField.CheckDynFieldListException.CheckDynFieldException
           
 

Methods in org.gvsig.tools.dynobject.impl that throw BaseException
 void MultiDynObjectSet.accept(Visitor visitor)
           
 void MultiDynObjectSet.accept(Visitor visitor, long firstValueIndex)
           
 DynObjectPagingHelper DefaultDynObjectManager.createDynObjectPagingHelper(DynObjectSet set)
           
 DynObjectPagingHelper DefaultDynObjectManager.createDynObjectPagingHelper(DynObjectSet set, int pageSize)
           
 void MultiDynObjectSet.delete(DynObject dynObject)
           
protected  void DefaultDynObjectPagingHelper.doDispose()
           
 DynObject DefaultDynObjectPagingHelper.getDynObjectAt(long index)
           
 long MultiDynObjectSet.getSize()
           
 boolean MultiDynObjectSet.isEmpty()
           
 DisposableIterator MultiDynObjectSet.iterator()
           
 DisposableIterator MultiDynObjectSet.iterator(long index)
           
protected  void DefaultDynObjectPagingHelper.loadCurrentPageData()
           
 void DefaultDynObjectPagingHelper.reload()
           
 void DefaultDynObjectPagingHelper.reloadCurrentPage()
           
protected  void DefaultDynObjectPagingHelper.setCalculator(PagingCalculator calculator)
           
 void DefaultDynObjectPagingHelper.setCurrentPage(long page)
           
protected  void DefaultDynObjectPagingHelper.setDefaultCalculator(PagingCalculator.Sizeable sizeable, int pageSize)
           
protected  void DefaultDynObjectPagingHelper.setDynObjectSet(DynObjectSet set, int pageSize)
           
 void DefaultDynObjectPagingHelper.setMaxPageSize(int pageSize)
           
 void MultiDynObjectSet.update(DynObject dynObject)
           
 

Constructors in org.gvsig.tools.dynobject.impl that throw BaseException
DefaultDynObjectPagingHelper(DynObjectSet set)
           
DefaultDynObjectPagingHelper(DynObjectSet set, int pageSize)
           
MultiDynObjectSet.MultiDynObjectSetDisposableIterator(DynObjectSet[] innerSets)
           
 

Uses of BaseException in org.gvsig.tools.evaluator
 

Subclasses of BaseException in org.gvsig.tools.evaluator
 class EvaluatorException
           
 

Uses of BaseException in org.gvsig.tools.exception
 

Subclasses of BaseException in org.gvsig.tools.exception
 class ListBaseException
           
 

Constructors in org.gvsig.tools.exception with parameters of type BaseException
BaseRuntimeException(BaseException exception)
           
 

Uses of BaseException in org.gvsig.tools.observer.impl
 

Methods in org.gvsig.tools.observer.impl that throw BaseException
 void ComplexNotification.accept(Visitor visitor)
           
 

Uses of BaseException in org.gvsig.tools.operations
 

Subclasses of BaseException in org.gvsig.tools.operations
 class OperationException
           
 class OperationNotSupportedException
           
 

Uses of BaseException in org.gvsig.tools.paging
 

Methods in org.gvsig.tools.paging that throw BaseException
 void PagingCalculator.setCurrentPage(long page)
          Sets the current page number (zero based), and loads the elements for that page.
 void PagingCalculator.setMaxPageSize(int pageSize)
          Sets the current maximum number of elements per page.
 

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

Subclasses of BaseException in org.gvsig.tools.persistence.exception
 class FieldNotDeclaredException
           
 class PersistenceClassNotRegistered
           
 class PersistenceException
           
 class PersistenceIdentifierException
           
 class PersistenceTypeNotSupportedException
           
 class PersistenceValidateExceptions
           
 

Constructors in org.gvsig.tools.persistence.exception with parameters of type BaseException
PersistenceRuntimeException(BaseException exception)
           
 

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

Subclasses of BaseException in org.gvsig.tools.persistence.impl.exception
 class ObjectNotFoundException
           
 class PersistenceIDNotLoadedException
           
 class PersistenceIllegalStateTheClassNameNotSetException
           
 class PersistenceInvalidTypeForPropertyException
           
 class PersistenceInvalidValidateModeException
           
 class PersistenceReferenceIDConflitException
           
 class PersistenceUnsuportedMapKeyTypeException
           
 class PersistenceValidateMissingDefinitionException
           
 class PersistenceValueNotFoundException
           
 

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

Subclasses of BaseException in org.gvsig.tools.persistence.xml
 class ZipXMLPersistenceManager.CantGenerateXMLSchemaForDefinitionException
           
 class ZipXMLPersistenceManager.CantGenerateXMLSchemaForDomainException
           
 class ZipXMLPersistenceManager.CantSaveStateException
           
 

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

Subclasses of BaseException in org.gvsig.tools.persistence.xml.exception
 class PersistenceMissingEntryInZIPException
           
 

Uses of BaseException in org.gvsig.tools.service
 

Subclasses of BaseException in org.gvsig.tools.service
 class ServiceException
          Service related parent exception.
 class ServiceInitializationException
          Exception thrown when there is an error while initializing a service.
 

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

Subclasses of BaseException in org.gvsig.tools.service.spi
 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 BaseException in org.gvsig.tools.undo
 

Subclasses of BaseException in org.gvsig.tools.undo
 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 BaseException in org.gvsig.tools.util.impl
 

Subclasses of BaseException in org.gvsig.tools.util.impl
 class CallableException
           
 

Uses of BaseException in org.gvsig.tools.visitor
 

Subclasses of BaseException in org.gvsig.tools.visitor
 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.
 

Methods in org.gvsig.tools.visitor that throw BaseException
 void Visitable.accept(Visitor visitor)
          Provides each value of this container to the provided Visitor.
 void IndexedVisitable.accept(Visitor visitor, long firstValueIndex)
          Provides each value of this container to the provided Visitor, beginning from the provided index position.
 void Visitor.visit(Object obj)
          Visits one of the objects provided by a Visitable.
 

Uses of BaseException in org.gvsig.tools.visitor.impl
 

Methods in org.gvsig.tools.visitor.impl that throw BaseException
 void AbstractVisitable.accept(Visitor visitor)
           
 void AbstractIndexedVisitable.accept(Visitor visitor, long firstValueIndex)
           
protected abstract  void AbstractVisitable.doAccept(Visitor visitor)
          Provides each value of this container to the provided Visitor.
protected  void AbstractIndexedVisitable.doAccept(Visitor visitor)
           
protected abstract  void AbstractIndexedVisitable.doAccept(Visitor visitor, long firstValueIndex)
          Provides each value of this container to the provided Visitor.
 



Copyright © 2004-2011 gvSIG. All Rights Reserved.