org.apache.xerces.dom
Class RangeExceptionImpl

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.w3c.dom.ranges.RangeException
                  extended byorg.apache.xerces.dom.RangeExceptionImpl
All Implemented Interfaces:
java.io.Serializable

public class RangeExceptionImpl
extends org.w3c.dom.ranges.RangeException

Version:
$Id: RangeExceptionImpl.java,v 1.5 2002/08/09 15:18:14 neilg Exp $
See Also:
Serialized Form

Field Summary
 
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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-2004 Apache XML Project. All Rights Reserved.