~ubuntu-branches/ubuntu/quantal/simple-xml/quantal

« back to all changes in this revision

Viewing changes to src/org/simpleframework/xml/stream/NodeException.java

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru, Fabian Köster
  • Date: 2010-03-05 19:44:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100305194434-d9mwhyioc9npo9it
Tags: 2.3.2-1
* Standards-Version updated to version 3.8.4

[ Fabian Köster ]
* New upstream release
* Correct license information in debian/pom.xml
* Exclude generated Javadoc from orig-tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
/**
22
22
 * The <code>NodeException</code> is thrown to indicate the state of
23
 
 * either the input node or output node being invalid. All messages
24
 
 * provided to this exception are formatted in a similar manner to 
25
 
 * the <code>PrintStream.printf</code> method.
 
23
 * either the input node or output node being invalid. Typically
 
24
 * this is thrown if some illegal operation is requested.
26
25
 * 
27
26
 * @author Niall Gallagher
28
27
 */