Searched refs:DeserializationException (Results 1 – 9 of 9) sorted by relevance
68 throw new DeserializationException( in claimHandle()72 throw new DeserializationException("Trying to access non present handle."); in claimHandle()79 throw new DeserializationException("Incorrect starting alignment: " + start + "."); in claimMemory()82 throw new DeserializationException("Trying to access memory out of order."); in claimMemory()85 throw new DeserializationException("Incorrect memory range."); in claimMemory()88 throw new DeserializationException("Trying to access out of range memory."); in claimMemory()96 throw new DeserializationException("Recursion depth limit exceeded."); in increaseStackDepth()155 throw new DeserializationException( in readDataHeaderForUnion()160 throw new DeserializationException( in readDataHeaderForUnion()182 throw new DeserializationException( in readDataHeaderAtOffset()[all …]
82 throw new DeserializationException("Non-zero interface ID, expecting zero since " in MessageHeader()90 throw new DeserializationException("Incorrect message size, expecting at least " in MessageHeader()226 throw new DeserializationException("Incorrect number of fields, expecting at least " in validateDataHeader()230 throw new DeserializationException( in validateDataHeader()236 throw new DeserializationException("Incorrect message size for a message with " in validateDataHeader()242 throw new DeserializationException("Incorrect message size for a message with " in validateDataHeader()
10 public class DeserializationException extends RuntimeException { class15 public DeserializationException(String message) { in DeserializationException() method in DeserializationException22 public DeserializationException(Exception cause) { in DeserializationException() method in DeserializationException
13 import org.chromium.mojo.bindings.DeserializationException;
36 throw new DeserializationException("Invalid enum value.");
129 } catch (org.chromium.mojo.bindings.DeserializationException e) {251 } catch (org.chromium.mojo.bindings.DeserializationException e) {
160 * @throws org.chromium.mojo.bindings.DeserializationException on deserialization failure.
164 } catch (DeserializationException e) { in accept()
42 "bindings/src/org/chromium/mojo/bindings/DeserializationException.java",