oracle.xml.parser.v2
Class XSLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.xml.util.XMLException
                    |
                    +--oracle.xml.parser.v2.XSLException
Direct Known Subclasses:
XPathException

public class XSLException
extends XMLException

Indicates that an exception occurred during XSL tranformation

See Also:
Serialized Form

Fields inherited from class oracle.xml.util.XMLException
ERROR, FATAL_ERROR, WARNING

Constructor Summary
XSLException(java.lang.String mesg)

Methods inherited from class oracle.xml.util.XMLException
formatErrorMessage, getColumnNumber, getException, getLineNumber, getMessage, getMessageType, getNumMessages, getPublicId, getSystemId, getXMLError, printStackTrace, printStackTrace, printStackTrace, setException, toString

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

XSLException

public XSLException(java.lang.String mesg)


Copyright © 1997, 2004, Oracle. All rights reserved.