Uses of Class
com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
-
Packages that use MigrationException Package Description com.atlassian.confluence.content.render.xhtml.migration com.atlassian.confluence.content.render.xhtml.migration.exceptions -
-
Uses of MigrationException in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration that throw MigrationException Modifier and Type Method Description ExceptionReportDefaultSiteMigrator. migrateSite()ExceptionReportPageTemplateSiteMigrator. migrateSite()ExceptionReportSiteMigrator. migrateSite()Migrate the entire site. -
Uses of MigrationException in com.atlassian.confluence.content.render.xhtml.migration.exceptions
Subclasses of MigrationException in com.atlassian.confluence.content.render.xhtml.migration.exceptions Modifier and Type Class Description classContentMigrationExceptionException during migration of content.classPageTemplateMigrationExceptionException during migration of a PageTemplate.classSettingsMigrationExceptionAn 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 Modifier and Type Method Description List<MigrationException>ExceptionReport. getUncategorizedMigrationExceptions()Methods in com.atlassian.confluence.content.render.xhtml.migration.exceptions with parameters of type MigrationException Modifier and Type Method Description voidExceptionReport. addUncategorizedMigrationException(MigrationException ex)
-