org.w3c.dom.ranges
Class RangeException

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by java.lang.Throwable sample code for java.lang.Throwable definition code for java.lang.Throwable 
      extended by java.lang.Exception sample code for java.lang.Exception definition code for java.lang.Exception 
          extended by java.lang.RuntimeException sample code for java.lang.RuntimeException definition code for java.lang.RuntimeException 
              extended by org.w3c.dom.ranges.RangeException
All Implemented Interfaces:
Serializable sample code for java.io.Serializable definition code for java.io.Serializable

public class RangeException
extends RuntimeException sample code for java.lang.RuntimeException definition code for java.lang.RuntimeException

Range operations may throw a RangeException as specified in their method descriptions.

See also the Document Object Model (DOM) Level 2 Traversal and Range Specification.

Since:
DOM Level 2
See Also:
Serialized Form

Field Summary
static short BAD_BOUNDARYPOINTS_ERR sample code for org.w3c.dom.ranges.RangeException.BAD_BOUNDARYPOINTS_ERR definition code for org.w3c.dom.ranges.RangeException.BAD_BOUNDARYPOINTS_ERR
          If the boundary-points of a Range do not meet specific requirements.
 short code sample code for org.w3c.dom.ranges.RangeException.code definition code for org.w3c.dom.ranges.RangeException.code
           
static short INVALID_NODE_TYPE_ERR sample code for org.w3c.dom.ranges.RangeException.INVALID_NODE_TYPE_ERR definition code for org.w3c.dom.ranges.RangeException.INVALID_NODE_TYPE_ERR
          If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type.
 
Constructor Summary
RangeException sample code for org.w3c.dom.ranges.RangeException.RangeException(short, java.lang.String) definition code for org.w3c.dom.ranges.RangeException.RangeException(short, java.lang.String) (short code, String sample code for java.lang.String definition code for java.lang.String  message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable sample code for java.lang.Throwable definition code for java.lang.Throwable
fillInStackTrace sample code for java.lang.Throwable.fillInStackTrace() definition code for java.lang.Throwable.fillInStackTrace() , getCause sample code for java.lang.Throwable.getCause() definition code for java.lang.Throwable.getCause() , getLocalizedMessage sample code for java.lang.Throwable.getLocalizedMessage() definition code for java.lang.Throwable.getLocalizedMessage() , getMessage sample code for java.lang.Throwable.getMessage() definition code for java.lang.Throwable.getMessage() , getStackTrace sample code for java.lang.Throwable.getStackTrace() definition code for java.lang.Throwable.getStackTrace() , initCause sample code for java.lang.Throwable.initCause(java.lang.Throwable) definition code for java.lang.Throwable.initCause(java.lang.Throwable) , printStackTrace sample code for java.lang.Throwable.printStackTrace() definition code for java.lang.Throwable.printStackTrace() , printStackTrace sample code for java.lang.Throwable.printStackTrace(java.io.PrintStream) definition code for java.lang.Throwable.printStackTrace(java.io.PrintStream) , printStackTrace sample code for java.lang.Throwable.printStackTrace(java.io.PrintWriter) definition code for java.lang.Throwable.printStackTrace(java.io.PrintWriter) , setStackTrace sample code for java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[]) definition code for java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[]) , toString sample code for java.lang.Throwable.toString() definition code for java.lang.Throwable.toString()
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
clone sample code for java.lang.Object.clone() definition code for java.lang.Object.clone() , equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , hashCode sample code for java.lang.Object.hashCode() definition code for java.lang.Object.hashCode() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Field Detail

code sample code for org.w3c.dom.ranges.RangeException.code

public short code

BAD_BOUNDARYPOINTS_ERR sample code for org.w3c.dom.ranges.RangeException.BAD_BOUNDARYPOINTS_ERR

public static final short BAD_BOUNDARYPOINTS_ERR
If the boundary-points of a Range do not meet specific requirements.

See Also:
Constant Field Values

INVALID_NODE_TYPE_ERR sample code for org.w3c.dom.ranges.RangeException.INVALID_NODE_TYPE_ERR

public static final short INVALID_NODE_TYPE_ERR
If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type.

See Also:
Constant Field Values
Constructor Detail

RangeException sample code for org.w3c.dom.ranges.RangeException(short, java.lang.String) definition code for org.w3c.dom.ranges.RangeException(short, java.lang.String)

public RangeException(short code,
                      String sample code for java.lang.String definition code for java.lang.String  message)