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

« back to all changes in this revision

Viewing changes to doxia-book/src/main/java/org/apache/maven/doxia/book/InvalidBookDescriptorException.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:
25
25
 * Indicates that the book descriptor file could not be parsed correctly.
26
26
 *
27
27
 * @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
28
 
 * @version $Id: InvalidBookDescriptorException.java 572956 2007-09-05 14:22:50Z ltheussl $
 
28
 * @version $Id: InvalidBookDescriptorException.java 638290 2008-03-18 09:45:22Z bentmann $
29
29
 */
30
30
public class InvalidBookDescriptorException
31
31
    extends BookDoxiaException