Uses of Class
org.apache.maven.doxia.macro.manager.MacroNotFoundException

Packages that use MacroNotFoundException
org.apache.maven.doxia.macro.manager   
org.apache.maven.doxia.parser   
 

Uses of MacroNotFoundException in org.apache.maven.doxia.macro.manager
 

Methods in org.apache.maven.doxia.macro.manager that throw MacroNotFoundException
 Macro DefaultMacroManager.getMacro(String id)
          Returns the MacroManager that corresponds to the given id.
 Macro MacroManager.getMacro(String id)
          Returns the MacroManager that corresponds to the given id.
 

Uses of MacroNotFoundException in org.apache.maven.doxia.parser
 

Methods in org.apache.maven.doxia.parser that throw MacroNotFoundException
 void AbstractParser.executeMacro(String macroId, MacroRequest request, Sink sink)
          Execute a macro on the given sink.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.