Searched refs:ValueArrayResourceException (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DValueArrayResourceException.java30 public class ValueArrayResourceException extends RuntimeException { class in inherits:RuntimeException
32 public ValueArrayResourceException() { method in class:ValueArrayResourceException
35 public ValueArrayResourceException(String message) { method in class:ValueArrayResourceException
H A DCharArrayArray.java99 throw new ValueArrayResourceException(CommonResourceBundle.getInstance().getString("message.arrayMaxCapacity"));
H A DContiguousCharArrayArray.java195 throw new ValueArrayResourceException(CommonResourceBundle.getInstance().getString("message.arrayMaxCapacity"));
214 throw new ValueArrayResourceException(CommonResourceBundle.getInstance().getString("message.maxNumberOfCharacters"));
H A DQualifiedNameArray.java104 throw new ValueArrayResourceException(CommonResourceBundle.getInstance().getString("message.arrayMaxCapacity"));
H A DStringArray.java109 throw new ValueArrayResourceException(CommonResourceBundle.getInstance().getString("message.arrayMaxCapacity"));
H A DPrefixArray.java264 throw new ValueArrayResourceException(CommonResourceBundle.getInstance().getString("message.arrayMaxCapacity"));

Completed in 46 milliseconds