Searched refs:IllegalByDtdException (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DtdData.java | 1133 public class IllegalByDtdException extends RuntimeException { class in DtdData 1139 … public IllegalByDtdException(String elementName, String attributeName, String attributeValue) { in IllegalByDtdException() method in DtdData.IllegalByDtdException 1159 throw new IllegalByDtdException(elementName, attributeName, attributeValue); in isDeprecated() 1168 throw new IllegalByDtdException(elementName, attributeName, attributeValue); in isDeprecated() 1181 throw new IllegalByDtdException(elementName, null, null); in isOrdered() 1198 throw new IllegalByDtdException(elementName, attributeName, null); in getAttributeStatus() 1205 throw new IllegalByDtdException(elementName, attributeName, null); in getAttributeStatus()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowDtdDiffs.java | 162 } catch (DtdData.IllegalByDtdException e) { in isDeprecated()
|