org.apache.xerces.dom
Class RangeExceptionImpl

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.w3c.dom.ranges.RangeException
                          |
                          +--org.apache.xerces.dom.RangeExceptionImpl
All Implemented Interfaces:
java.io.Serializable

public class RangeExceptionImpl
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
RangeExceptionImpl(short code, java.lang.String message)
           
 
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

RangeExceptionImpl

public RangeExceptionImpl(short code,
                          java.lang.String message)


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.