oracle.xml.parser.v2
Class XMLRangeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.w3c.dom.ranges.RangeException
                          |
                          +--oracle.xml.parser.v2.XMLRangeException

public class XMLRangeException
extends RangeException
See Also:
Serialized Form

Fields inherited from class org.w3c.dom.ranges.RangeException
BAD_BOUNDARYPOINTS_ERR, code, INVALID_NODE_TYPE_ERR

Constructor Summary
XMLRangeException(short code)

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

XMLRangeException

public XMLRangeException(short code)


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