com.atlassian.confluence.content.render.xhtml.migration.exceptions
Class PageTemplateMigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
              extended by com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException
All Implemented Interfaces:
Serializable

public class PageTemplateMigrationException
extends MigrationException

Exception during migration of a PageTemplate.

See Also:
Serialized Form

Constructor Summary
PageTemplateMigrationException(PageTemplate template, Throwable cause)
           
 
Method Summary
 String getDescription()
           
 long getId()
           
 String getName()
           
 String getSpaceKey()
           
 String getSpaceName()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageTemplateMigrationException

public PageTemplateMigrationException(PageTemplate template,
                                      Throwable cause)
Method Detail

getId

public long getId()

getSpaceKey

public String getSpaceKey()

getSpaceName

public String getSpaceName()

getName

public String getName()

getDescription

public String getDescription()

getVersion

public int getVersion()


Copyright © 2003-2012 Atlassian. All Rights Reserved.