org.apache.xerces.dom
Class RangeExceptionImpl

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

public class RangeExceptionImpl
extends RangeException

Version:
$Id: RangeExceptionImpl.java 447266 2006-09-18 05:57:49Z mrglavas $
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)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeExceptionImpl

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