Uses of Class
wt.util.range.RangeException

Packages that use RangeException
wt.util.range   
wt.util.version   
 

Uses of RangeException in wt.util.range
 

Methods in wt.util.range that throw RangeException
private  void Range.checkBoundaryPointOrdering()
          Confirms that the lower bound is indeed below the upper bound.
static Range Range.newIncludeLowIncludeHigh(Comparable low, Comparable high)
          Create an instance that operates conceptually as: [low, high]
static Range Range.newIncludeLowExcludeHigh(Comparable low, Comparable high)
          Create an instance that operates conceptually as: [low, high)
static Range Range.newExcludeLowIncludeHigh(Comparable low, Comparable high)
          Create an instance that operates conceptually as: (low, high]
static Range Range.newExcludeLowExcludeHigh(Comparable low, Comparable high)
          Create an instance that operates conceptually as: (low, high)
static Range Range.newIncludeLowUnboundedHigh(Comparable low)
          Create an instance that operates conceptually as: [low, infinity)
static Range Range.newExcludeLowUnboundedHigh(Comparable low)
          Create an instance that operates conceptually as: (low, infinity)
static Range Range.newUnboundedLowIncludeHigh(Comparable high)
          Create an instance that operates conceptually as: (-infinity, high]
static Range Range.newUnboundedLowExcludeHigh(Comparable high)
          Create an instance that operates conceptually as: (-infinity, high)
static Range Range.newParameterized(Comparable low, boolean low_inclusive, Comparable high, boolean high_inclusive)
           
private  void Range.checkBoundaryPointOrdering()
          Confirms that the lower bound is indeed below the upper bound.
static Range Range.newIncludeLowIncludeHigh(Comparable low, Comparable high)
          Create an instance that operates conceptually as: [low, high]
static Range Range.newIncludeLowExcludeHigh(Comparable low, Comparable high)
          Create an instance that operates conceptually as: [low, high)
static Range Range.newExcludeLowIncludeHigh(Comparable low, Comparable high)
          Create an instance that operates conceptually as: (low, high]
static Range Range.newExcludeLowExcludeHigh(Comparable low, Comparable high)
          Create an instance that operates conceptually as: (low, high)
static Range Range.newIncludeLowUnboundedHigh(Comparable low)
          Create an instance that operates conceptually as: [low, infinity)
static Range Range.newExcludeLowUnboundedHigh(Comparable low)
          Create an instance that operates conceptually as: (low, infinity)
static Range Range.newUnboundedLowIncludeHigh(Comparable high)
          Create an instance that operates conceptually as: (-infinity, high]
static Range Range.newUnboundedLowExcludeHigh(Comparable high)
          Create an instance that operates conceptually as: (-infinity, high)
static Range Range.newParameterized(Comparable low, boolean low_inclusive, Comparable high, boolean high_inclusive)
           
 

Constructors in wt.util.range that throw RangeException
Range(BoundaryPoint lower_bound, BoundaryPoint upper_bound)
          Create an instance of a range from two boundary points.
Range(BoundaryPoint lower_bound, BoundaryPoint upper_bound)
          Create an instance of a range from two boundary points.
 

Uses of RangeException in wt.util.version
 

Methods in wt.util.version that throw RangeException
static ReleaseIdSet ReleaseIdSet.createFrom(Element element)
          Create an instance that is encoded in a DOM subtree in standard form.
private static void ReleaseIdSet.loadIncludedReleaseIds(Element element, ReleaseIdSet set)
           
private static void ReleaseIdSet.loadExcludedReleaseIds(Element element, ReleaseIdSet set)
           
private static void ReleaseIdSet.forEachReleaseIdAndReleaseIdRangeIn(Element element, ReleaseIdSet.ForEachReleaseIdAndRangeCallback callback)
          Algorithm for finding all versions and ranges under a provided element.
static ReleaseIdRange ReleaseIdRange.createFrom(ReleaseId lower, boolean lower_inclusive, ReleaseId upper, boolean upper_inclusive)
          A generic factory method that allows you to provide a null upper or lower version (not both) and allows your to parameterize the inclusiveness of each end point.
static ReleaseIdRange ReleaseIdRange.newIncludeLowIncludeHigh(ReleaseId low, ReleaseId high)
          Conceptually, using numbers: [low, high]
static ReleaseIdRange ReleaseIdRange.newIncludeLowExcludeHigh(ReleaseId low, ReleaseId high)
          Conceptually, using numbers: [low, high)
static ReleaseIdRange ReleaseIdRange.newExcludeLowIncludeHigh(ReleaseId low, ReleaseId high)
          Conceptually, using numbers: (low, high]
static ReleaseIdRange ReleaseIdRange.newExcludeLowExcludeHigh(ReleaseId low, ReleaseId high)
          Conceptually, using numbers: (low, high)
static ReleaseIdRange ReleaseIdRange.newIncludeLowUnboundedHigh(ReleaseId low)
          Conceptually, using numbers: [low, infinity)
static ReleaseIdRange ReleaseIdRange.newExcludeLowUnboundedHigh(ReleaseId low)
          Conceptually, using numbers: (low, infinity)
static ReleaseIdRange ReleaseIdRange.newUnboundedLowIncludeHigh(ReleaseId high)
          Conceptually, using numbers: (-infinity, high]
static ReleaseIdRange ReleaseIdRange.newUnboundedLowExcludeHigh(ReleaseId high)
          Conceptually, using numbers: (-infinity, high)
static ReleaseIdRange ReleaseIdRange.createFrom(Element version_range_element)
          Create a ReleaseIdRange from a DOM fragment that looks like:
static ReleaseIdSet ReleaseIdSet.createFrom(Element element)
          Create an instance that is encoded in a DOM subtree in standard form.
private static void ReleaseIdSet.loadIncludedReleaseIds(Element element, ReleaseIdSet set)
           
private static void ReleaseIdSet.loadExcludedReleaseIds(Element element, ReleaseIdSet set)
           
private static void ReleaseIdSet.forEachReleaseIdAndReleaseIdRangeIn(Element element, ReleaseIdSet.ForEachReleaseIdAndRangeCallback callback)
          Algorithm for finding all versions and ranges under a provided element.
static ReleaseIdRange ReleaseIdRange.createFrom(ReleaseId lower, boolean lower_inclusive, ReleaseId upper, boolean upper_inclusive)
          A generic factory method that allows you to provide a null upper or lower version (not both) and allows your to parameterize the inclusiveness of each end point.
static ReleaseIdRange ReleaseIdRange.newIncludeLowIncludeHigh(ReleaseId low, ReleaseId high)
          Conceptually, using numbers: [low, high]
static ReleaseIdRange ReleaseIdRange.newIncludeLowExcludeHigh(ReleaseId low, ReleaseId high)
          Conceptually, using numbers: [low, high)
static ReleaseIdRange ReleaseIdRange.newExcludeLowIncludeHigh(ReleaseId low, ReleaseId high)
          Conceptually, using numbers: (low, high]
static ReleaseIdRange ReleaseIdRange.newExcludeLowExcludeHigh(ReleaseId low, ReleaseId high)
          Conceptually, using numbers: (low, high)
static ReleaseIdRange ReleaseIdRange.newIncludeLowUnboundedHigh(ReleaseId low)
          Conceptually, using numbers: [low, infinity)
static ReleaseIdRange ReleaseIdRange.newExcludeLowUnboundedHigh(ReleaseId low)
          Conceptually, using numbers: (low, infinity)
static ReleaseIdRange ReleaseIdRange.newUnboundedLowIncludeHigh(ReleaseId high)
          Conceptually, using numbers: (-infinity, high]
static ReleaseIdRange ReleaseIdRange.newUnboundedLowExcludeHigh(ReleaseId high)
          Conceptually, using numbers: (-infinity, high)
static ReleaseIdRange ReleaseIdRange.createFrom(Element version_range_element)
          Create a ReleaseIdRange from a DOM fragment that looks like: