JHotDraw 7.1

net.n3.nanoxml
Class XMLParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.n3.nanoxml.XMLException
              extended by net.n3.nanoxml.XMLParseException
All Implemented Interfaces:
java.io.Serializable

public class XMLParseException
extends XMLException

An XMLParseException is thrown when the XML passed to the XML parser is not well-formed.

Version:
$Name: RELEASE_2_2_1 $, $Revision: 1.3 $
Author:
Marc De Scheemaecker
See Also:
Serialized Form

Constructor Summary
XMLParseException(java.lang.String msg)
          Creates a new exception.
XMLParseException(java.lang.String systemID, int lineNr, java.lang.String msg)
          Creates a new exception.
 
Method Summary
 
Methods inherited from class net.n3.nanoxml.XMLException
finalize, getException, getLineNr, getSystemID, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLParseException

public XMLParseException(java.lang.String msg)
Creates a new exception.

Parameters:
msg - the message of the exception.

XMLParseException

public XMLParseException(java.lang.String systemID,
                         int lineNr,
                         java.lang.String msg)
Creates a new exception.

Parameters:
systemID - the system ID from where the data came
lineNr - the line number in the XML data where the exception occurred.
msg - the message of the exception.

Copyright 1996-2007 (c) JHotDraw.org.
Some rights reserved.