public class

PageTemplateMigrationException

extends MigrationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
         ↳ com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException

Class Overview

Exception during migration of a PageTemplate.

Summary

Public Constructors
PageTemplateMigrationException(PageTemplate template, Throwable cause)
Public Methods
String getDescription()
long getId()
String getName()
String getSpaceKey()
String getSpaceName()
int getVersion()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PageTemplateMigrationException (PageTemplate template, Throwable cause)

Public Methods

public String getDescription ()

public long getId ()

public String getName ()

public String getSpaceKey ()

public String getSpaceName ()

public int getVersion ()