Package Summary  Overview Summary

class:RangeException [NONE]

field:code [NONE]

  • code

    public short code

field:BAD_BOUNDARYPOINTS_ERR [NONE]

  • 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

field:INVALID_NODE_TYPE_ERR [NONE]

  • 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:<init>(short,java.lang.String) [NONE]

  • RangeException

    public RangeException​(short code,
                          String message)

© 2019 Oracle Corporation and/or its affiliates