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

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

public class UnknownMacroMigrationException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UnknownMacroMigrationException(String macroName)
           
 
Method Summary
 String getMacroName()
           
 
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

UnknownMacroMigrationException

public UnknownMacroMigrationException(String macroName)
Method Detail

getMacroName

public String getMacroName()


Copyright © 2003-2012 Atlassian. All Rights Reserved.