Uses of Class
kieker.webgui.common.exception.AbstractKiekerWebGUIException

Packages that use AbstractKiekerWebGUIException
kieker.webgui.common.exception This package contains the exceptions which are used through all layers of the web application. 
 

Uses of AbstractKiekerWebGUIException in kieker.webgui.common.exception
 

Subclasses of AbstractKiekerWebGUIException in kieker.webgui.common.exception
 class AnalysisDisplayReloadException
          This exception can be thrown to indicate that an analysis could not reload the displays.
 class AnalysisInitializationException
          This exception can be thrown if an analysis could not be initialized.
 class DataAccessException
          This exception can be thrown if an access to the data source failed.
 class GraphLayoutException
          This exception can be thrown if the layouting of a graph failed.
 class InvalidAnalysisStateException
          This exception can be thrown if the analysis is in an invalid state for the ordered operation.
 class NewerProjectException
          This exception can be thrown if a project could not be saved, because a newer version was available on the file system.
 class ProjectAlreadyExistingException
          This exception can be thrown to show that a project with the given name already exists.
 class ProjectLoadException
          This exception can be thrown to show that something went wrong while opening a given project.
 class ProjectNotExistingException
          This exception can be thrown to show that a project with a given name does not or no longer exist.
 class ProjectStillRunningException
          This exception can be thrown to show that a project is still running.
 class ReflectionException
          This exception can be thrown to show that something went wrong during a reflection call.
 class UserAlreadyExistingException
          This exception can be thrown to show that a user with the given name already exists .
 



Copyright © 2015. All rights reserved.