HomeSort by relevance Sort by last modified time
    Searched refs:SerializerException (Results 1 - 9 of 9) sorted by null

  /packages/apps/IM/src/com/android/im/imps/
SerializerException.java 20 public class SerializerException extends Exception {
24 public SerializerException(){
28 public SerializerException(String message){
32 public SerializerException(Throwable t){
PrimitiveSerializer.java 34 * @throws SerializerException
37 throws IOException, SerializerException;
WbxmlSerializer.java 71 SerializerException {
75 throw new SerializerException(e);
79 public void characters(String chars) throws IOException, SerializerException {
83 throw new SerializerException(e);
87 public void endElement() throws IOException, SerializerException {
91 throw new SerializerException(e);
PtsPrimitiveSerializer.java 43 public PtsPrimitiveSerializer(ImpsVersion impsVersion) throws SerializerException {
51 throw new SerializerException("Unsupported IMPS version");
56 throws IOException, SerializerException {
60 throw new SerializerException("null Transaction-ID for non polling request");
67 throw new SerializerException(
78 throw new SerializerException("Unsupported transaction type "
114 throw new SerializerException("Don't know how to encode element "
131 throw new SerializerException("Empty value for element "
219 throws SerializerException;
248 throws SerializerException {
    [all...]
ImpsLog.java 54 } catch (SerializerException e) {
67 } catch (SerializerException e) {
WbxmlPrimitiveSerializer.java 41 SerializerException {
49 SerializerException {
SmsDataChannel.java 73 } catch (SerializerException e) {
125 } catch (SerializerException e) {
ImpsConnectionConfig.java 292 } catch (SerializerException e) {
HttpDataChannel.java 367 } catch (SerializerException e) {

Completed in 477 milliseconds