Searched refs:NotUtf8Exception (Results 1 - 3 of 3) 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");
H A DUrlEncoded.java31 import org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception;
360 catch(NotUtf8Exception e)
564 catch(NotUtf8Exception e)
789 catch(NotUtf8Exception e)
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketConnectionRFC6455.java884 catch(Utf8Appendable.NotUtf8Exception notUtf8)

Completed in 678 milliseconds