Searched refs:MissingItemException (Results 1 – 2 of 2) sorted by relevance
79 throw new MissingItemException("Item not in ordering:\t" + o1); in compare()84 throw new MissingItemException("Item not in ordering:\t" + o2); in compare()368 public static class MissingItemException extends RuntimeException { class in DiscreteComparator371 public MissingItemException(String message) { in MissingItemException() method in DiscreteComparator.MissingItemException
14 import org.unicode.cldr.util.DiscreteComparator.MissingItemException;234 } catch (MissingItemException e) { in expectException()