Uses of Class
com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException

Packages that use MigrationException
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.migration.exceptions   
com.atlassian.confluence.content.render.xhtml.migration.macro   
 

Uses of MigrationException in com.atlassian.confluence.content.render.xhtml.migration
 

Methods in com.atlassian.confluence.content.render.xhtml.migration that throw MigrationException
 ExceptionReport SiteMigrator.migrateSite()
          Migrate the entire site.
 ExceptionReport PageTemplateSiteMigrator.migrateSite()
           
 ExceptionReport DefaultSiteMigrator.migrateSite()
           
 

Uses of MigrationException in com.atlassian.confluence.content.render.xhtml.migration.exceptions
 

Subclasses of MigrationException in com.atlassian.confluence.content.render.xhtml.migration.exceptions
 class ContentMigrationException
          Exception during migration of content.
 class PageTemplateMigrationException
          Exception during migration of a PageTemplate.
 class SettingsMigrationException
          An exception thrown for any problems during migration of any wiki formatted settings.
 

Methods in com.atlassian.confluence.content.render.xhtml.migration.exceptions that return types with arguments of type MigrationException
 java.util.List<MigrationException> ExceptionReport.getUncategorizedMigrationExceptions()
           
 

Methods in com.atlassian.confluence.content.render.xhtml.migration.exceptions with parameters of type MigrationException
 void ExceptionReport.addUncategorizedMigrationException(MigrationException ex)
           
 

Uses of MigrationException in com.atlassian.confluence.content.render.xhtml.migration.macro
 

Methods in com.atlassian.confluence.content.render.xhtml.migration.macro that throw MigrationException
 void JiraIssueMacroServerParamsMigrator.migrate()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.