Searched defs:NotUtf8Exception (Results 1 - 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/
H A DUtf8Appendable.java178 throw new NotUtf8Exception(reason);
192 public static class NotUtf8Exception extends IllegalArgumentException class in class:Utf8Appendable
194 public NotUtf8Exception(String reason) method in class:Utf8Appendable.NotUtf8Exception
214 throw new NotUtf8Exception("incomplete UTF8 sequence");
232 Throwable th= new NotUtf8Exception("incomplete UTF8 sequence");

Completed in 81 milliseconds