oracle.toplink.xml.xerces
Class SAXParseExceptionWrapper
java.lang.Object
|
+--oracle.toplink.xml.xerces.SAXParseExceptionWrapper
- All Implemented Interfaces:
- SAXParseException
- public class SAXParseExceptionWrapper
- extends java.lang.Object
- implements SAXParseException
This class wraps the org.xml.sax.SAXParseException class,
providing indirect access to its protocol via an interface.
This allows easy access to the protocol to those classes not loaded
by the custom class loader that may load the SAXParseException class.
- Since:
- TOPLink/Java 3.0
- See Also:
SAXParseException,
SAXParseException
SAXParseExceptionWrapper(org.xml.sax.SAXParseException wrappedException)
Construct a new instance for the specified wrapped exception. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXParseExceptionWrapper
public SAXParseExceptionWrapper(org.xml.sax.SAXParseException wrappedException)
- Construct a new instance for the specified wrapped exception.
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber in interface SAXParseException
- See Also:
org.xml.sax.SAXParseException#getColumnNumber()
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface SAXParseException
- See Also:
org.xml.sax.SAXParseException#getLineNumber()
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicId in interface SAXParseException
- See Also:
org.xml.sax.SAXParseException#getPublicId()
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId in interface SAXParseException
- See Also:
org.xml.sax.SAXParseException#getSystemId()
getException
public java.lang.Exception getException()
- Specified by:
getException in interface SAXParseException
- See Also:
org.xml.sax.SAXException#getException()
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Specified by:
fillInStackTrace in interface SAXParseException
- See Also:
Throwable.fillInStackTrace()
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Specified by:
getLocalizedMessage in interface SAXParseException
- See Also:
Throwable.getLocalizedMessage()
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage in interface SAXParseException
- See Also:
Throwable.getMessage()
printStackTrace
public void printStackTrace()
- Specified by:
printStackTrace in interface SAXParseException
- See Also:
Throwable.printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Specified by:
printStackTrace in interface SAXParseException
- See Also:
Throwable.printStackTrace(java.io.PrintStream)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Specified by:
printStackTrace in interface SAXParseException
- See Also:
Throwable.printStackTrace(java.io.PrintWriter)