Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.xml
Interface SAXParseException

All Known Implementing Classes:
SAXParseExceptionWrapper

public interface SAXParseException

This interface allows us indirect access to the org.xml.sax.SAXParseException class.

Since:
TOPLink/Java 3.0
See Also:
SAXParseException

Method Summary
 java.lang.Throwable fillInStackTrace()
           
 int getColumnNumber()
           
 java.lang.Exception getException()
           
 int getLineNumber()
           
 java.lang.String getLocalizedMessage()
           
 java.lang.String getMessage()
           
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           

 

Method Detail

getColumnNumber

public int getColumnNumber()
See Also:
SAXParseException.getColumnNumber()

getLineNumber

public int getLineNumber()
See Also:
SAXParseException.getLineNumber()

getPublicId

public java.lang.String getPublicId()
See Also:
SAXParseException.getPublicId()

getSystemId

public java.lang.String getSystemId()
See Also:
SAXParseException.getSystemId()

getException

public java.lang.Exception getException()
See Also:
SAXException.getException()

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
See Also:
Throwable.fillInStackTrace()

getLocalizedMessage

public java.lang.String getLocalizedMessage()
See Also:
Throwable.getLocalizedMessage()

getMessage

public java.lang.String getMessage()
See Also:
Throwable.getMessage()

printStackTrace

public void printStackTrace()
See Also:
Throwable.printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream s)
See Also:
Throwable.printStackTrace(java.io.PrintStream)

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
See Also:
Throwable.printStackTrace(java.io.PrintWriter)

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.