org.w3c.dom.range
Class RangeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.w3c.dom.range.RangeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- RangeExceptionImpl
- public class RangeException
- extends java.lang.RuntimeException
Range operations may throw a RangeException
as specified in
their method descriptions.
- See Also:
- Serialized Form
Constructor Summary |
RangeException(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 |
code
public short code
BAD_BOUNDARYPOINTS_ERR
public static final short BAD_BOUNDARYPOINTS_ERR
INVALID_NODE_TYPE_ERR
public static final short INVALID_NODE_TYPE_ERR
RangeException
public RangeException(short code,
java.lang.String message)