com.primix.tapestry.util.xml
Class DocumentParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.primix.tapestry.util.xml.DocumentParseException
All Implemented Interfaces:
java.io.Serializable

public class DocumentParseException
extends java.lang.Exception

Exception thrown if there is any kind of error parsing the an XML document.

Since:
0.2.10
Version:
$Id: DocumentParseException.java,v 1.4 2001/05/24 20:08:22 hship Exp $
Author:
Howard Ship
See Also:
AbstractDocumentParser, Serialized Form

Constructor Summary
DocumentParseException(SAXParseException rootCause)
           
DocumentParseException(java.lang.String message)
           
DocumentParseException(java.lang.String message, SAXParseException rootCause)
           
DocumentParseException(java.lang.String message, java.lang.String resourcePath)
           
DocumentParseException(java.lang.String message, java.lang.String resourcePath, SAXParseException rootCause)
           
DocumentParseException(java.lang.String message, java.lang.String resourcePath, java.lang.Throwable rootCause)
           
DocumentParseException(java.lang.String message, java.lang.Throwable rootCause)
           
DocumentParseException(java.lang.Throwable rootCause)
           
 
Method Summary
 int getColumn()
           
 int getLineNumber()
           
 java.lang.String getResourcePath()
           
 java.lang.Throwable getRootCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentParseException

public DocumentParseException(java.lang.String message,
                              java.lang.Throwable rootCause)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              java.lang.String resourcePath)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              SAXParseException rootCause)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              java.lang.String resourcePath,
                              java.lang.Throwable rootCause)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              java.lang.String resourcePath,
                              SAXParseException rootCause)

DocumentParseException

public DocumentParseException(java.lang.String message)

DocumentParseException

public DocumentParseException(java.lang.Throwable rootCause)

DocumentParseException

public DocumentParseException(SAXParseException rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()

getLineNumber

public int getLineNumber()

getColumn

public int getColumn()

getResourcePath

public java.lang.String getResourcePath()