public class ExceptionReport extends Object
Constructor and Description |
---|
ExceptionReport() |
Modifier and Type | Method and Description |
---|---|
void |
addException(ContentMigrationException ex) |
void |
addException(PageTemplateMigrationException ex) |
void |
addException(SettingsMigrationException ex) |
void |
addUncategorizedMigrationException(MigrationException ex) |
List<ContentMigrationException> |
getContentMigrationExceptions() |
List<PageTemplateMigrationException> |
getPageTemplateExceptions() |
List<SettingsMigrationException> |
getSettingsMigrationException() |
List<MigrationException> |
getUncategorizedMigrationExceptions() |
boolean |
isErrored() |
String |
toString() |
public void addException(PageTemplateMigrationException ex)
public void addException(ContentMigrationException ex)
public void addException(SettingsMigrationException ex)
public void addUncategorizedMigrationException(MigrationException ex)
public boolean isErrored()
public List<PageTemplateMigrationException> getPageTemplateExceptions()
public List<ContentMigrationException> getContentMigrationExceptions()
public List<SettingsMigrationException> getSettingsMigrationException()
public List<MigrationException> getUncategorizedMigrationExceptions()
Copyright © 2003–2015 Atlassian. All rights reserved.