Uses of Package
kieker.webgui.common.exception

Packages that use kieker.webgui.common.exception
kieker.webgui.common This package contains common classes which are used through various layers of the web application. 
kieker.webgui.common.exception This package contains the exceptions which are used through all layers of the web application. 
kieker.webgui.persistence This package contains the interfaces to access the persistence layer. 
kieker.webgui.persistence.impl This package contains the actual implementations of the persistence interfaces. 
kieker.webgui.service This package contains the interfaces to access the service layer. 
kieker.webgui.service.impl This package contains the actual implementations of the services. 
kieker.webgui.service.impl.utility This package contains utility classes used by the service implementation. 
kieker.webgui.service.impl.utility.converter   
 

Classes in kieker.webgui.common.exception used by kieker.webgui.common
ReflectionException
          This exception can be thrown to show that something went wrong during a reflection call.
 

Classes in kieker.webgui.common.exception used by kieker.webgui.common.exception
AbstractKiekerWebGUIException
          This is the abstract base for all other exceptions used in this web application.
DataAccessException
          This exception can be thrown if an access to the data source failed.
 

Classes in kieker.webgui.common.exception used by kieker.webgui.persistence
DataAccessException
          This exception can be thrown if an access to the data source failed.
NewerProjectException
          This exception can be thrown if a project could not be saved, because a newer version was available on the file system.
ProjectAlreadyExistingException
          This exception can be thrown to show that a project with the given name already exists.
ProjectNotExistingException
          This exception can be thrown to show that a project with a given name does not or no longer exist.
 

Classes in kieker.webgui.common.exception used by kieker.webgui.persistence.impl
DataAccessException
          This exception can be thrown if an access to the data source failed.
NewerProjectException
          This exception can be thrown if a project could not be saved, because a newer version was available on the file system.
ProjectAlreadyExistingException
          This exception can be thrown to show that a project with the given name already exists.
ProjectNotExistingException
          This exception can be thrown to show that a project with a given name does not or no longer exist.
 

Classes in kieker.webgui.common.exception used by kieker.webgui.service
AnalysisDisplayReloadException
          This exception can be thrown to indicate that an analysis could not reload the displays.
AnalysisInitializationException
          This exception can be thrown if an analysis could not be initialized.
DataAccessException
          This exception can be thrown if an access to the data source failed.
GraphLayoutException
          This exception can be thrown if the layouting of a graph failed.
InvalidAnalysisStateException
          This exception can be thrown if the analysis is in an invalid state for the ordered operation.
NewerProjectException
          This exception can be thrown if a project could not be saved, because a newer version was available on the file system.
ProjectAlreadyExistingException
          This exception can be thrown to show that a project with the given name already exists.
ProjectNotExistingException
          This exception can be thrown to show that a project with a given name does not or no longer exist.
ProjectStillRunningException
          This exception can be thrown to show that a project is still running.
 

Classes in kieker.webgui.common.exception used by kieker.webgui.service.impl
AnalysisDisplayReloadException
          This exception can be thrown to indicate that an analysis could not reload the displays.
AnalysisInitializationException
          This exception can be thrown if an analysis could not be initialized.
DataAccessException
          This exception can be thrown if an access to the data source failed.
GraphLayoutException
          This exception can be thrown if the layouting of a graph failed.
InvalidAnalysisStateException
          This exception can be thrown if the analysis is in an invalid state for the ordered operation.
NewerProjectException
          This exception can be thrown if a project could not be saved, because a newer version was available on the file system.
ProjectAlreadyExistingException
          This exception can be thrown to show that a project with the given name already exists.
ProjectNotExistingException
          This exception can be thrown to show that a project with a given name does not or no longer exist.
ProjectStillRunningException
          This exception can be thrown to show that a project is still running.
 

Classes in kieker.webgui.common.exception used by kieker.webgui.service.impl.utility
AnalysisDisplayReloadException
          This exception can be thrown to indicate that an analysis could not reload the displays.
AnalysisInitializationException
          This exception can be thrown if an analysis could not be initialized.
GraphLayoutException
          This exception can be thrown if the layouting of a graph failed.
InvalidAnalysisStateException
          This exception can be thrown if the analysis is in an invalid state for the ordered operation.
ProjectNotExistingException
          This exception can be thrown to show that a project with a given name does not or no longer exist.
 

Classes in kieker.webgui.common.exception used by kieker.webgui.service.impl.utility.converter
GraphLayoutException
          This exception can be thrown if the layouting of a graph failed.
 



Copyright © 2015. All rights reserved.