~ubuntu-branches/ubuntu/vivid/doxia/vivid-proposed

« back to all changes in this revision

Viewing changes to doxia-core/src/main/java/org/apache/maven/doxia/macro/manager/MacroNotFoundException.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-08 14:20:22 UTC
  • mfrom: (2.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091008142022-f6ccxganfr2tbaig
Tags: 1.1-3build1
Upload to karmic, avoiding new version from unstable. LP: #443292.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 * does not exist or could not be found.
25
25
 *
26
26
 * @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
27
 
 * @version $Id: MacroNotFoundException.java 567311 2007-08-18 18:30:54Z vsiveton $
 
27
 * @version $Id: MacroNotFoundException.java 662767 2008-06-03 12:25:07Z ltheussl $
28
28
 * @since 1.0
29
29
 */
30
30
public class MacroNotFoundException
31
31
    extends Exception
32
32
{
 
33
    /** serialVersionUID */
 
34
    static final long serialVersionUID = 295967936746221567L;
 
35
 
33
36
    /**
34
37
     * Construct a new MacroNotFoundException with the specified detail message.
35
38
     *